.wc-stripe-card-icons-container {position:relative;}
.wc-stripe-card-icons-container ul {list-style-type:none!important;padding:0!important;margin:0!important;}
.wc-stripe-card-icons-container ul li {display:inline-block;}
.wc-stripe-card-icons-container ul li img {float: none!important;border: 0;padding: 0;max-height: 1.618em;}
html.icredit-ios-lock, body.icredit-ios-lock {height:100%;overflow:hidden;}
#iframeSamePageIcreditOverlay {position:fixed;z-index:998;background-color:rgba(0,0,0,0.7);left:0;top:0;width:100%;height:100%;display:none}
#iframeSamePageIcredit {width: 700px;position: fixed;height: 800px;max-height: 100%;left: 0;right: 0;margin: 0 auto;top: 15%;z-index: 999;display:none;max-width:80%;box-sizing:border-box;}
#iframeSamePageIcredit button {padding: 0 10px;background: #3D9CD2;color: #fff;position: absolute;z-index: 99;left: 0;top: 0;overflow: hidden;}
#iframeSamePageIcredit > div {position:relative;max-width:100%;max-height:100%;}
#iframeSamePageIcredit > div iframe {display:block;width:100%;border:0;}
@media screen and (max-width: 768px) {
#iframeSamePageIcredit {width: 100% !important;max-width: 100% !important;height: 100vh !important;height: 100dvh !important;max-height: none !important;top: 0 !important;bottom: 0 !important;left: 0 !important;right: 0 !important;margin: 0 !important;overflow: hidden;}
#iframeSamePageIcredit > div {position:absolute;top:36px;right:0;bottom:0;left:0;height:auto;max-height:none;overflow:hidden;}
#iframeSamePageIcredit > div iframe {height: 100% !important;width: 100% !important;display: block;}
#iframeSamePageIcreditOverlay {touch-action: none;}
} .checkout-frame {
position: relative;
width: 100%;
overflow: visible;
}
.icredit-iframe-container {
position: relative;
width: 100%;
}
.icredit-iframe-loading {
display: flex;
align-items: center;
justify-content: center;
padding: 20px 0;
color: #767676;
font-size: 14px;
}
.icredit-iframe-fallback {
padding: 16px 0;
color: #333;
}
.icredit-iframe-fallback .button {
white-space: nowrap;
}
#icredit-iframe {
display: block;
width: 1px; min-width: 100%;
border: none;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}#gla-root{
--gla-accent: #c9a24b;
--gla-accent-2: #e6c778;
--gla-ink: #1d1b16;
--gla-muted: #7c7568;
--gla-bg: #ffffff;
--gla-bot-bg: #f4f1ea;
--gla-line: #ece7dc;
--gla-radius: 22px;
--gla-shadow: 0 18px 60px rgba(40, 32, 12, .22), 0 4px 14px rgba(40, 32, 12, .10);
--gla-z: 2147483000;
font-family: "Assistant", "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Rubik, Arial, sans-serif;
direction: rtl;
-webkit-font-smoothing: antialiased;
}#gla-root *{ box-sizing: border-box; }#gla-root.gla-pos-right{ --gla-side-right: 22px; --gla-side-left: auto; }#gla-root.gla-pos-left{ --gla-side-right: auto; --gla-side-left: 22px; }#gla-root .gla-bubble{
position: fixed;
z-index: var(--gla-z);
bottom: 20px;
right: var(--gla-side-right);
left: var(--gla-side-left);
height: 50px;
padding: 0 15px 0 5px;
border: none;
border-radius: 999px;
cursor: pointer;
background: linear-gradient(145deg, var(--gla-accent-2), var(--gla-accent));
box-shadow: 0 8px 22px rgba(201, 162, 75, .42), 0 2px 6px rgba(0, 0, 0, .16);
display: flex;
align-items: center;
gap: 8px;
transition: transform .35s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s;
animation: gla-pop .5s cubic-bezier(.34, 1.56, .64, 1) both;
}#gla-root.gla-pos-left .gla-bubble{ padding: 0 5px 0 15px; }#gla-root .gla-bubble:hover{ transform: translateY(-2px) scale(1.03); box-shadow: 0 16px 40px rgba(201, 162, 75, .55); }#gla-root .gla-bubble:active{ transform: scale(.97); }@keyframes gla-pop{ from { transform: scale(0); opacity: 0; } to { transform: scale(1); opacity: 1; } }#gla-root .gla-bubble-icon{
position: relative;
width: 40px;
height: 40px;
flex: 0 0 auto;
border-radius: 50%;
background: rgba(255, 255, 255, .22);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
display: flex;
align-items: center;
justify-content: center;
}#gla-root .gla-bubble-text{
color: #fff;
font-size: 14px;
font-weight: 700;
white-space: nowrap;
letter-spacing: .1px;
text-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}#gla-root .gla-halo{
position: absolute;
inset: -6px;
border-radius: 50%;
background: radial-gradient(circle, rgba(255, 255, 255, .5), transparent 70%);
animation: gla-halo 2.6s ease-in-out infinite;
z-index: 0;
}@keyframes gla-halo{ 0%, 100% { transform: scale(1); opacity: .5; } 50% { transform: scale(1.28); opacity: .12; } }#gla-root .gla-bubble-icon.has-photo{ background: none; box-shadow: none; }#gla-root .gla-bubble-photo{
position: relative; z-index: 1;
width: 40px; height: 40px;
border-radius: 50%;
object-fit: cover; object-position: center 22%;
display: block;
box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .6), 0 1px 3px rgba(0, 0, 0, .18);
}#gla-root .gla-spark{ position: relative; z-index: 1; width: 26px; height: 26px; }#gla-root .gla-star-main{ fill: #fff; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .2)); }#gla-root .gla-twinkle{ fill: #fff; animation: gla-twinkle 1.8s ease-in-out infinite; transform-origin: center; }@keyframes gla-twinkle{ 0%, 100% { opacity: .2; transform: scale(.6); } 50% { opacity: 1; transform: scale(1.3); } }#gla-root .gla-bubble-dot{
position: absolute;
top: 2px;
right: 8px;
width: 13px;
height: 13px;
background: #ff5a5f;
border: 2px solid #fff;
border-radius: 50%;
animation: gla-dot 1.6s ease-in-out infinite;
}#gla-root.gla-pos-left .gla-bubble-dot{ right: auto; left: 8px; }@keyframes gla-dot{ 0%, 100% { transform: scale(1); } 50% { transform: scale(1.25); } }#gla-root .gla-panel{
position: fixed;
z-index: var(--gla-z);
bottom: 22px;
right: var(--gla-side-right);
left: var(--gla-side-left);
width: 388px;
max-width: calc(100vw - 32px);
height: 640px;
max-height: calc(100vh - 44px);
background: var(--gla-bg);
border-radius: var(--gla-radius);
box-shadow: var(--gla-shadow);
display: flex;
flex-direction: column;
overflow: hidden;
transform: translateY(24px) scale(.92);
transform-origin: bottom right;
opacity: 0;
visibility: hidden;
transition: transform .42s cubic-bezier(.34, 1.3, .5, 1), opacity .3s, visibility .42s;
}#gla-root.gla-pos-left .gla-panel{ transform-origin: bottom left; }#gla-root.gla-is-open .gla-panel{ transform: translateY(0) scale(1); opacity: 1; visibility: visible; }#gla-root.gla-is-open .gla-bubble{ opacity: 0; visibility: hidden; pointer-events: none; transform: scale(.8); }#gla-root .gla-head{
display: flex;
align-items: center;
gap: 10px;
padding: 9px 15px;
background: linear-gradient(120deg, var(--gla-accent), var(--gla-accent-2));
color: #fff;
position: relative;
}#gla-root .gla-head::after{
content: "";
position: absolute;
inset: 0;
background: radial-gradient(120px 50px at 15% 0%, rgba(255, 255, 255, .22), transparent 70%);
pointer-events: none;
}#gla-root .gla-head-avatar{
width: 34px; height: 34px;
border-radius: 50%;
background: rgba(255, 255, 255, .2);
display: flex; align-items: center; justify-content: center;
flex: 0 0 auto;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
}#gla-root .gla-head-avatar svg{ width: 18px; height: 18px; }#gla-root .gla-head-avatar.has-photo{ background: none; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35); }#gla-root .gla-head-photo{ width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: center 22%; display: block; }#gla-root .gla-head-titles{ flex: 1 1 auto; min-width: 0; }#gla-root .gla-head-title{ font-size: 16px; font-weight: 700; line-height: 1.15; letter-spacing: -0.2px; }#gla-root .gla-head-sub{ font-size: 11px; opacity: .95; display: flex; align-items: center; gap: 5px; margin-top: 1px; }#gla-root .gla-online{ width: 8px; height: 8px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 0 rgba(74, 222, 128, .7); animation: gla-pulse 2s infinite; }@keyframes gla-pulse{ 0% { box-shadow: 0 0 0 0 rgba(74, 222, 128, .6); } 70% { box-shadow: 0 0 0 7px rgba(74, 222, 128, 0); } 100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); } }#gla-root .gla-close{
background: rgba(255, 255, 255, .18);
border: none; color: #fff; cursor: pointer;
width: 32px; height: 32px; border-radius: 50%;
display: flex; align-items: center; justify-content: center;
transition: background .2s, transform .2s;
flex: 0 0 auto;
}#gla-root .gla-close:hover{ background: rgba(255, 255, 255, .32); transform: rotate(90deg); }#gla-root .gla-close svg{ width: 18px; height: 18px; }#gla-root .gla-newchat{
display: flex; align-items: center; gap: 5px;
background: rgba(255, 255, 255, .18);
border: none; color: #fff; cursor: pointer;
height: 30px; padding: 0 12px; border-radius: 999px;
font-family: inherit; font-size: 12.5px; font-weight: 600;
flex: 0 0 auto;
transition: background .2s, transform .15s;
}#gla-root .gla-newchat:hover{ background: rgba(255, 255, 255, .34); }#gla-root .gla-newchat:active{ transform: scale(.95); }#gla-root .gla-newchat svg{ width: 15px; height: 15px; flex: 0 0 auto; }#gla-root.gla-header-light .gla-newchat{ background: color-mix(in srgb, var(--gla-accent) 14%, #fff); color: var(--gla-accent); }#gla-root.gla-header-light .gla-newchat:hover{ background: color-mix(in srgb, var(--gla-accent) 22%, #fff); }@media (max-width: 400px){#gla-root .gla-newchat-txt{ display: none; }#gla-root .gla-newchat{ padding: 0; width: 30px; justify-content: center; } }#gla-root .gla-body{
flex: 1 1 auto;
min-height: 0; 
direction: rtl; 
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
padding: 16px 14px 8px;
display: flex;
flex-direction: column;
gap: 10px;
background:
radial-gradient(140px 140px at 100% 0%, rgba(201, 162, 75, .06), transparent 70%),
var(--gla-bg);
scroll-behavior: smooth;
}#gla-root .gla-body::-webkit-scrollbar{ width: 11px; }#gla-root .gla-body::-webkit-scrollbar-thumb{ background: #cfc7b4; border-radius: 6px; border: 3px solid var(--gla-bg); }#gla-root .gla-body::-webkit-scrollbar-thumb:hover{ background: #b8ad93; }#gla-root .gla-body::-webkit-scrollbar-track{ background: transparent; }#gla-root .gla-body{ scrollbar-width: thin; scrollbar-color: #cfc7b4 transparent; }#gla-root .gla-msg{ display: flex; max-width: 100%; animation: gla-in .35s cubic-bezier(.22, 1, .36, 1) both; }#gla-root .gla-msg-bot{ justify-content: flex-start; }#gla-root .gla-msg-user{ justify-content: flex-end; }@keyframes gla-in{ from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }#gla-root .gla-bubble-msg{
max-width: 82%;
padding: 10px 14px;
font-size: 14.5px;
line-height: 1.55;
color: var(--gla-ink);
word-wrap: break-word;
overflow-wrap: anywhere;
}#gla-root .gla-msg-bot .gla-bubble-msg{
background: var(--gla-bot-bg);
border: 1px solid rgba(201, 162, 75, .09);
border-radius: 18px 18px 5px 18px; 
box-shadow: 0 1px 2px rgba(40, 32, 12, .04);
}#gla-root .gla-msg-user .gla-bubble-msg{
background: linear-gradient(135deg, var(--gla-accent), var(--gla-accent-2));
color: #fff;
border-radius: 18px 18px 18px 5px; 
box-shadow: 0 3px 10px rgba(201, 162, 75, .18);
}#gla-root .gla-link{ color: inherit; text-decoration: underline; font-weight: 600; }#gla-root .gla-msg-bot .gla-link{ color: var(--gla-accent); }#gla-root .gla-typing{ display: flex; align-items: center; gap: 5px; }#gla-root .gla-dot{ width: 7px; height: 7px; border-radius: 50%; background: var(--gla-accent); animation: gla-bounce 1.2s infinite; }#gla-root .gla-dot:nth-child(2){ animation-delay: .18s; }#gla-root .gla-dot:nth-child(3){ animation-delay: .36s; }@keyframes gla-bounce{ 0%, 60%, 100% { transform: translateY(0); opacity: .5; } 30% { transform: translateY(-5px); opacity: 1; } }#gla-root .gla-status{ font-size: 13px; color: var(--gla-muted); font-style: italic; }#gla-root .gla-cards{
display: flex;
gap: 10px;
overflow-x: auto;
padding: 4px 2px 10px;
max-width: 100%;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
}#gla-root .gla-cards::-webkit-scrollbar{ height: 6px; }#gla-root .gla-cards::-webkit-scrollbar-thumb{ background: #dcd6c8; border-radius: 4px; }#gla-root .gla-card{
flex: 0 0 124px;
width: 124px;
background: #fff;
border: 1px solid var(--gla-line);
border-radius: 13px;
overflow: hidden;
color: var(--gla-ink);
display: flex;
flex-direction: column;
scroll-snap-align: start;
transition: transform .25s, box-shadow .25s, border-color .25s;
}#gla-root .gla-card:hover{ transform: translateY(-3px); box-shadow: 0 10px 22px rgba(40, 32, 12, .13); border-color: var(--gla-accent); }#gla-root .gla-card-link{ text-decoration: none; color: inherit; display: block; }#gla-root .gla-card-media{ position: relative; width: 100%; aspect-ratio: 1 / 1; background: #f6f3ec; overflow: hidden; }#gla-root .gla-card-img{ width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s; }#gla-root .gla-card:hover .gla-card-img{ transform: scale(1.05); }#gla-root .gla-card-noimg::after{ content: "💅"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 28px; opacity: .5; }#gla-root .gla-oos{
position: absolute; top: 6px; inset-inline-start: 6px;
background: rgba(29, 27, 22, .78); color: #fff;
font-size: 10px; font-weight: 600; padding: 2px 7px; border-radius: 20px;
}#gla-root .gla-card-info{ padding: 7px 9px 4px; }#gla-root .gla-card-name{ font-size: 11.5px; font-weight: 600; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 30px; }#gla-root .gla-card-price{ font-size: 13px; font-weight: 800; color: var(--gla-accent); margin-top: 2px; letter-spacing: .2px; }#gla-root .gla-card-add{
margin: 2px 8px 9px;
display: flex; align-items: center; justify-content: center; gap: 4px;
font-family: inherit;
font-size: 11.5px; font-weight: 700;
color: #fff;
background: linear-gradient(135deg, var(--gla-accent), var(--gla-accent-2));
border: none;
border-radius: 999px;
padding: 8px 0;
cursor: pointer;
box-shadow: 0 3px 9px rgba(201, 162, 75, .28);
transition: transform .18s, box-shadow .2s, opacity .2s, background .3s;
}#gla-root .gla-card-add:hover:not(:disabled){ transform: translateY(-1px); box-shadow: 0 6px 15px rgba(201, 162, 75, .42); }#gla-root .gla-card-add:active:not(:disabled){ transform: scale(.97); }#gla-root .gla-card-add:disabled{ cursor: default; }#gla-root .gla-card-add.gla-loading{ opacity: .7; }#gla-root .gla-card-add.gla-done{ background: #f3ead2; color: #9a7b2e; box-shadow: inset 0 0 0 1px rgba(201, 162, 75, .4); }#gla-root .gla-card-add-off{ background: #ece7dc; color: #9a927f; box-shadow: none; cursor: default; }#gla-root .gla-bag{ width: 14px; height: 14px; flex: 0 0 auto; }#gla-root .gla-carttoast{
display: inline-flex; align-items: center; gap: 10px;
background: #eef7f0; border: 1px solid #cfe9d6;
color: #1a7f37; font-size: 13px; font-weight: 600;
padding: 8px 14px; border-radius: 14px 14px 14px 5px;
animation: gla-in .3s both;
}#gla-root .gla-carttoast-go{
color: #fff; background: #1a7f37; text-decoration: none;
font-size: 12.5px; font-weight: 700; padding: 4px 11px; border-radius: 9px;
transition: background .2s;
}#gla-root .gla-carttoast-go:hover{ background: #15682d; }#gla-root .gla-chips{ display: none; flex-wrap: wrap; gap: 8px; padding: 4px 14px 10px; }#gla-root .gla-chips.gla-chips-on{ display: flex; }#gla-root .gla-chip{
background: #fff;
border: 1.5px solid var(--gla-line);
color: var(--gla-ink);
border-radius: 20px;
padding: 7px 14px;
font-size: 13px;
font-weight: 500;
cursor: pointer;
font-family: inherit;
transition: all .2s;
animation: gla-in .3s both;
}#gla-root .gla-chip:hover{ border-color: var(--gla-accent); background: rgba(201, 162, 75, .09); color: var(--gla-accent); transform: translateY(-1px); }#gla-root.gla-btn-soft .gla-chip{ background: color-mix(in srgb, var(--gla-accent) 12%, #fff); border-color: transparent; }#gla-root.gla-btn-outline .gla-chip{ background: transparent; border-color: var(--gla-accent); color: var(--gla-accent); }#gla-root.gla-btn-solid .gla-chip{ background: linear-gradient(135deg, var(--gla-accent), var(--gla-accent-2)); border-color: transparent; color: #fff; }#gla-root.gla-btn-solid .gla-chip:hover{ color: #fff; filter: brightness(1.06); }#gla-root.gla-btnsize-small .gla-chip{ padding: 5px 11px; font-size: 12px; }#gla-root.gla-btnsize-large .gla-chip{ padding: 10px 18px; font-size: 14.5px; }#gla-root.gla-header-light .gla-head{ background: #fff; color: var(--gla-ink); border-bottom: 1px solid var(--gla-line); }#gla-root.gla-header-light .gla-head::after{ display: none; }#gla-root.gla-header-light .gla-head-avatar{ background: color-mix(in srgb, var(--gla-accent) 16%, #fff); box-shadow: none; }#gla-root.gla-header-light .gla-head-avatar svg path{ fill: var(--gla-accent); }#gla-root.gla-header-light .gla-close{ background: #f2efe8; color: var(--gla-muted); }#gla-root.gla-header-light .gla-close:hover{ background: #e8e3d8; }#gla-root .gla-foot{
display: flex;
align-items: flex-end;
gap: 8px;
padding: 10px 12px;
border-top: 1px solid var(--gla-line);
background: #fff;
}#gla-root .gla-input{
flex: 1 1 auto;
resize: none;
border: 1.5px solid var(--gla-line);
border-radius: 22px;
padding: 11px 16px;
font-size: 14.5px;
font-family: inherit;
line-height: 1.4;
max-height: 120px;
color: var(--gla-ink);
background: #faf8f3;
outline: none;
transition: border-color .2s, background .2s;
}#gla-root .gla-input:focus{ border-color: var(--gla-accent); background: #fff; }#gla-root .gla-input::placeholder{ color: #b3ab9b; }#gla-root .gla-send{
flex: 0 0 auto;
width: 44px; height: 44px;
border: none; border-radius: 50%;
background: linear-gradient(135deg, var(--gla-accent), var(--gla-accent-2));
color: #fff;
cursor: pointer;
display: flex; align-items: center; justify-content: center;
transition: transform .2s, opacity .2s, box-shadow .2s;
box-shadow: 0 4px 12px rgba(201, 162, 75, .35);
}#gla-root .gla-send:hover:not(:disabled){ transform: scale(1.08); }#gla-root .gla-send:active:not(:disabled){ transform: scale(.94); }#gla-root .gla-send:disabled{ opacity: .5; cursor: default; }#gla-root .gla-send svg{ width: 20px; height: 20px; transform: scaleX(-1); }#gla-root .gla-mic{
flex: 0 0 auto;
width: 44px; height: 44px;
border: 1.5px solid var(--gla-line);
border-radius: 50%;
background: #faf8f3;
color: var(--gla-muted);
cursor: pointer;
display: flex; align-items: center; justify-content: center;
transition: all .2s;
}#gla-root .gla-mic:hover{ border-color: var(--gla-accent); color: var(--gla-accent); }#gla-root .gla-mic svg{ width: 20px; height: 20px; }#gla-root .gla-mic.gla-mic-on{
background: #ff5a5f; border-color: #ff5a5f; color: #fff;
animation: gla-mic-pulse 1.3s ease-in-out infinite;
}@keyframes gla-mic-pulse{
0%, 100% { box-shadow: 0 0 0 0 rgba(255, 90, 95, .5); }
50% { box-shadow: 0 0 0 8px rgba(255, 90, 95, 0); }
}#gla-root .gla-sig{ text-align: center; font-size: 10.5px; color: #b8b0a0; padding: 0 0 8px; letter-spacing: .2px; }@media (max-width: 480px){#gla-root .gla-panel{
width: 100vw;
height: 100dvh; 
max-width: 100vw;
max-height: 100dvh;
bottom: 0;
right: 0;
left: 0;
border-radius: 0;
}#gla-root .gla-foot{ padding-bottom: calc(10px + env(safe-area-inset-bottom)); }#gla-root .gla-bubble{ bottom: 18px; }#gla-root.gla-pos-right .gla-bubble{ right: 18px; }#gla-root.gla-pos-left .gla-bubble{ left: 18px; }#gla-root.gla-is-open .gla-bubble{ opacity: 0; pointer-events: none; }
}@media (prefers-reduced-motion: reduce){#gla-root *,#gla-root *::before,#gla-root *::after{
animation-duration: .01ms !important;
animation-iteration-count: 1 !important;
transition-duration: .01ms !important;
}
} #gla-root textarea,#gla-root input,#gla-root button,#gla-root select{min-height:0 !important;line-height:normal}
#gla-root .gla-input{min-height:44px !important;height:44px !important;line-height:1.4 !important} #gla-root .gla-close svg,#gla-root .gla-close svg path,#gla-root .gla-send svg,#gla-root .gla-send svg path,#gla-root .gla-mic svg,#gla-root .gla-mic svg path{fill:currentColor !important} #gla-root .gla-close svg,#gla-root .gla-send svg,#gla-root .gla-mic svg,#gla-root .gla-newchat svg{display:inline-block !important;visibility:visible !important;opacity:1 !important;fill:currentColor !important}
#gla-root .gla-close svg *,#gla-root .gla-send svg *,#gla-root .gla-mic svg *,#gla-root .gla-newchat svg *{fill:currentColor !important;stroke:currentColor !important;opacity:1 !important} #gla-root .gla-send{color:#fff !important}
#gla-root .gla-mic{color:var(--gla-muted,#8a8172) !important}
#gla-root.gla-header-light .gla-close{color:var(--gla-muted,#8a8172) !important}
#gla-root .gla-close{color:#fff !important} #gla-root svg [stroke]{stroke:currentColor !important}
#gla-root svg [fill]:not([fill="none"]){fill:currentColor !important} #gla-root .gla-close svg{width:18px !important;height:18px !important}
#gla-root .gla-newchat svg{width:15px !important;height:15px !important}
#gla-root .gla-mic svg,#gla-root .gla-send svg{width:20px !important;height:20px !important}
#gla-root svg [stroke]{stroke:currentColor !important;stroke-width:2 !important}
#gla-root .gla-close svg path{fill:none !important} #gla-root .gla-close svg path{stroke:#5a5148 !important;stroke-width:2 !important;fill:none !important}
#gla-root .gla-close svg{width:18px !important;height:18px !important;overflow:visible !important} #gla-root .gla-newchat svg [stroke]{stroke:var(--gla-accent,#b89660) !important}
#gla-root .gla-newchat svg [fill]:not([fill="none"]){fill:var(--gla-accent,#b89660) !important}
#gla-root .gla-mic svg [stroke]{stroke:var(--gla-muted,#8a8172) !important}
#gla-root .gla-mic svg [fill]:not([fill="none"]){fill:var(--gla-muted,#8a8172) !important}
#gla-root .gla-send svg [fill]:not([fill="none"]){fill:#fff !important} #gla-root .gla-rate{background:var(--gla-bot-bg);border:1px solid var(--gla-line);border-radius:16px;padding:14px 16px;text-align:center;max-width:100%}
#gla-root .gla-rate-q{font-size:14px;font-weight:700;color:var(--gla-ink);margin-bottom:9px}
#gla-root .gla-stars{display:flex;justify-content:center;gap:6px;direction:ltr}
#gla-root .gla-star{font-size:28px;line-height:1;cursor:pointer;color:var(--gla-line);background:none;border:none;padding:2px 3px;transition:transform .12s,color .12s;font-family:inherit}
#gla-root .gla-star:hover{transform:scale(1.18)}
#gla-root .gla-star-lit{color:var(--gla-accent)}
#gla-root .gla-star:focus-visible{outline:2px solid var(--gla-accent);outline-offset:2px;border-radius:6px}
#gla-root .gla-rate-thanks{display:none;margin-top:10px;font-size:14px;font-weight:700;color:var(--gla-accent)}
#gla-root .gla-rate-thanks.gla-show{display:block}
#gla-root .gla-rate-why{display:none;margin-top:11px;text-align:right}
#gla-root .gla-rate-why.gla-show{display:block}
#gla-root .gla-rate-lbl{font-size:12.5px;color:var(--gla-muted);margin-bottom:6px}
#gla-root .gla-rate-txt{width:100%;border:1px solid var(--gla-line);border-radius:10px;padding:8px 10px;font-family:inherit;font-size:13px;resize:vertical;min-height:48px;background:var(--gla-bg);color:var(--gla-ink);box-sizing:border-box}
#gla-root .gla-rate-send{margin-top:8px;background:var(--gla-ink);color:#fff;border:none;border-radius:9px;padding:7px 18px;font-weight:700;font-size:13px;cursor:pointer;font-family:inherit}
#gla-root .gla-rate-send:hover{opacity:.9}  #gla-root .gla-head { position: relative; z-index: 8; }
#gla-root .gla-menu-wrap { position: relative; display: inline-flex; }
#gla-root .gla-menu-btn { background: transparent; border: 0; cursor: pointer; color: inherit; padding: 6px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; opacity: .85; }
#gla-root .gla-menu-btn:hover,
#gla-root .gla-menu-wrap.gla-menu-open .gla-menu-btn { opacity: 1; background: rgba(0,0,0,.06); }
#gla-root .gla-menu-btn svg { width: 22px; height: 22px; }
#gla-root .gla-menu-drop { position: absolute; top: calc(100% + 8px); inset-inline-end: 0; background: #fff; border: 1px solid #e5ddcd; border-radius: 14px; box-shadow: 0 14px 36px rgba(0,0,0,.20); padding: 12px 14px; z-index: 60; width: max-content; max-width: min(260px, 78vw); direction: rtl; }
#gla-root .gla-menu-drop[hidden] { display: none; }
#gla-root .gla-menu-title { font-size: 13px; font-weight: 700; color: #6a5a44; margin: 0 0 8px; }
#gla-root .gla-menu-icons { display: flex; gap: 10px; flex-wrap: wrap; }
#gla-root .gla-menu-ico { width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: #f3ecd9; color: #0f0f0f; text-decoration: none; transition: transform .15s ease, background .15s ease; }
#gla-root .gla-menu-ico:hover { background: #dfccbe; transform: translateY(-2px); }
#gla-root .gla-menu-ico svg { width: 22px; height: 22px; }#gla-root, #gla-root * { box-sizing: border-box !important; } #gla-root {
transform: none !important;
filter: none !important;
-webkit-filter: none !important;
backdrop-filter: none !important;
perspective: none !important;
contain: none !important;
will-change: auto !important;
position: static !important;
inset: auto !important;
margin: 0 !important;
padding: 0 !important;
width: auto !important;
height: auto !important;
max-width: none !important;
overflow: visible !important;
background: none !important;
} #gla-root button {
min-height: 0 !important;
min-width: 0 !important;
max-width: none !important;
text-transform: none !important;
letter-spacing: normal !important;
font-family: inherit !important;
line-height: normal !important;
text-shadow: none !important;
margin: 0 !important;
-webkit-appearance: none !important;
appearance: none !important;
} #gla-root img {
opacity: 1 !important;
filter: none !important;
clip-path: none !important;
} #gla-root .gla-head-photo,
#gla-root .gla-card-img { visibility: visible !important; } #gla-root svg {
max-width: none !important;
max-height: none !important;
vertical-align: middle !important;
display: block;
}  #gla-root .gla-bubble {
position: fixed !important;
top: auto !important;
bottom: 20px !important;
height: 50px !important;
min-height: 50px !important;
width: auto !important;
padding: 0 15px 0 5px !important;
border: none !important;
border-radius: 999px !important;
background: linear-gradient(145deg, var(--gla-accent-2), var(--gla-accent)) !important;
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
gap: 8px !important;
overflow: visible !important;
}
#gla-root.gla-pos-right .gla-bubble { right: 22px !important; left: auto !important; }
#gla-root.gla-pos-left .gla-bubble { left: 22px !important; right: auto !important; padding: 0 5px 0 15px !important; }
#gla-root .gla-bubble-icon {
width: 40px !important; height: 40px !important;
min-width: 40px !important;
border-radius: 50% !important;
flex: 0 0 auto !important;
display: flex !important; align-items: center !important; justify-content: center !important;
padding: 0 !important;
}
#gla-root .gla-bubble-photo {
width: 40px !important; height: 40px !important;
border-radius: 50% !important;
object-fit: cover !important;
max-width: none !important;
display: block !important;
}
#gla-root .gla-bubble-text {
color: #fff !important;
font-size: 14px !important;
font-weight: 700 !important;
white-space: nowrap !important;
line-height: 1.1 !important;
}  #gla-root .gla-panel {
position: fixed !important;
top: auto !important;
bottom: 22px !important;
width: 388px !important;
max-width: calc(100vw - 32px) !important;
height: 640px !important;
max-height: calc(100vh - 44px) !important;
border-radius: var(--gla-radius) !important;
display: flex !important;
flex-direction: column !important;
overflow: hidden !important;
background: var(--gla-bg) !important;
}
#gla-root.gla-pos-right .gla-panel { right: 22px !important; left: auto !important; }
#gla-root.gla-pos-left .gla-panel { left: 22px !important; right: auto !important; } @media (max-width: 480px) {
#gla-root .gla-panel {
width: 100vw !important;
max-width: 100vw !important;
height: 100dvh !important;
max-height: 100dvh !important;
bottom: 0 !important;
border-radius: 0 !important;
}
#gla-root.gla-pos-right .gla-panel,
#gla-root.gla-pos-left .gla-panel { right: 0 !important; left: 0 !important; }
} #gla-root .gla-head { display: flex !important; align-items: center !important; gap: 10px !important; padding: 9px 15px !important; }
#gla-root .gla-head-avatar {
width: 34px !important; height: 34px !important; min-width: 34px !important;
border-radius: 50% !important; flex: 0 0 auto !important;
display: flex !important; align-items: center !important; justify-content: center !important;
overflow: hidden !important; padding: 0 !important;
}
#gla-root .gla-head-photo { width: 100% !important; height: 100% !important; border-radius: 50% !important; object-fit: cover !important; max-width: none !important; display: block !important; }
#gla-root .gla-head-title { font-size: 16px !important; font-weight: 700 !important; line-height: 1.15 !important; color: var(--gla-ink) !important; }
#gla-root .gla-head-sub { font-size: 11px !important; } #gla-root .gla-close {
width: 32px !important; height: 32px !important;
min-width: 32px !important; min-height: 32px !important;
padding: 0 !important;
border: none !important;
border-radius: 50% !important;
background: #f2efe8 !important;
display: flex !important; align-items: center !important; justify-content: center !important;
flex: 0 0 auto !important;
}
#gla-root .gla-close svg { width: 18px !important; height: 18px !important; }
#gla-root .gla-close svg [stroke] { stroke: var(--gla-muted) !important; } #gla-root .gla-newchat {
display: flex !important; align-items: center !important; justify-content: center !important; gap: 5px !important;
height: 30px !important; min-height: 30px !important;
padding: 0 12px !important;
border: none !important;
border-radius: 999px !important;
background: color-mix(in srgb, var(--gla-accent) 14%, #fff) !important;
color: var(--gla-accent) !important;
font-family: inherit !important; font-size: 12.5px !important; font-weight: 600 !important;
flex: 0 0 auto !important; width: auto !important;
}
#gla-root .gla-newchat svg { width: 15px !important; height: 15px !important; flex: 0 0 auto !important; }
#gla-root .gla-newchat svg [stroke] { stroke: var(--gla-accent) !important; }
#gla-root .gla-newchat-txt {
display: inline !important;
color: var(--gla-accent) !important;
font-size: 12.5px !important; font-weight: 600 !important;
line-height: 1 !important;
white-space: nowrap !important;
}
@media (max-width: 400px) {
#gla-root .gla-newchat-txt { display: none !important; }
#gla-root .gla-newchat { padding: 0 !important; width: 30px !important; justify-content: center !important; }
} #gla-root .gla-foot { display: flex !important; align-items: flex-end !important; gap: 8px !important; padding: 10px 12px !important; } #gla-root .gla-input {
flex: 1 1 auto !important;
width: auto !important;
resize: none !important;
border: 1.5px solid var(--gla-line) !important;
border-radius: 22px !important;
padding: 11px 16px !important;
margin: 0 !important;
font-size: 14.5px !important;
font-family: inherit !important;
line-height: 1.4 !important;
min-height: 44px !important;
max-height: 120px !important;
color: var(--gla-ink) !important;
background: #faf8f3 !important;
box-shadow: none !important;
-webkit-appearance: none !important;
appearance: none !important;
}
#gla-root .gla-input:focus { border-color: var(--gla-accent) !important; background: #fff !important; } #gla-root .gla-send {
width: 44px !important; height: 44px !important;
min-width: 44px !important; min-height: 44px !important;
padding: 0 !important;
border: none !important;
border-radius: 50% !important;
background: linear-gradient(135deg, var(--gla-accent), var(--gla-accent-2)) !important;
display: flex !important; align-items: center !important; justify-content: center !important;
flex: 0 0 auto !important;
}
#gla-root .gla-send svg { width: 20px !important; height: 20px !important; transform: scaleX(-1) !important; }
#gla-root .gla-send svg [fill]:not([fill="none"]) { fill: #fff !important; } #gla-root .gla-mic {
width: 44px !important; height: 44px !important;
min-width: 44px !important; min-height: 44px !important;
padding: 0 !important;
border: 1.5px solid var(--gla-line) !important;
border-radius: 50% !important;
background: #faf8f3 !important;
display: flex !important; align-items: center !important; justify-content: center !important;
flex: 0 0 auto !important;
}
#gla-root .gla-mic svg { width: 20px !important; height: 20px !important; }
#gla-root .gla-mic svg [stroke] { stroke: var(--gla-muted) !important; }
#gla-root .gla-mic svg [fill]:not([fill="none"]) { fill: var(--gla-muted) !important; }
#gla-root .gla-mic.gla-mic-on { background: #ff5a5f !important; border-color: #ff5a5f !important; }
#gla-root .gla-mic.gla-mic-on svg [stroke] { stroke: #fff !important; }
#gla-root .gla-mic.gla-mic-on svg [fill]:not([fill="none"]) { fill: #fff !important; } #gla-root .gla-chip {
border: 1.5px solid var(--gla-line) !important;
border-radius: 20px !important;
padding: 7px 14px !important;
font-family: inherit !important; font-size: 13px !important; font-weight: 500 !important;
background: color-mix(in srgb, var(--gla-accent) 12%, #fff) !important;
color: var(--gla-ink) !important;
min-height: 0 !important; width: auto !important;
line-height: normal !important;
}
#gla-root .gla-card-add {
border: none !important;
border-radius: 999px !important;
padding: 8px 0 !important;
font-family: inherit !important; font-size: 11.5px !important; font-weight: 700 !important;
color: #fff !important;
background: linear-gradient(135deg, var(--gla-accent), var(--gla-accent-2)) !important;
display: flex !important; align-items: center !important; justify-content: center !important; gap: 4px !important;
min-height: 0 !important;
}
#gla-root .gla-card-add.gla-done { background: #f3ead2 !important; color: #9a7b2e !important; }
#gla-root .gla-card-add-off { background: #ece7dc !important; color: #9a927f !important; }
#gla-root .gla-bag { width: 14px !important; height: 14px !important; }
#gla-root .gla-bag [stroke] { stroke: currentColor !important; }
#gla-root .gla-card-img { max-width: none !important; }
#gla-root .gla-card-media { border-radius: 0 !important; } #gla-root a { box-shadow: none !important; }  #gla-root .gla-bubble {
width: 74px !important;
height: 74px !important;
padding: 0 !important;
border-radius: 50% !important;
background: none !important;
box-shadow: none !important;
display: block !important;
overflow: visible !important;
} #gla-root .gla-bubble-icon,
#gla-root .gla-bubble-icon.has-photo {
position: absolute !important;
inset: 0 !important;
width: 74px !important;
height: 74px !important;
border-radius: 50% !important;
overflow: hidden !important;
background: none !important;
box-shadow: 0 14px 32px -8px rgba(15, 15, 15, .3) !important;
}
#gla-root .gla-bubble-photo {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
object-position: center 18% !important;
display: block !important;
max-width: none !important;
border-radius: 50% !important;
} #gla-root .gla-bubble-text {
position: absolute !important;
bottom: calc(100% + 13px) !important;
right: -4px !important;
left: auto !important;
white-space: nowrap !important;
background: #fff !important;
color: var(--gla-ink, #0F0F0F) !important;
font-size: 13.5px !important;
font-weight: 600 !important;
line-height: 1.3 !important;
padding: 10px 15px !important;
border-radius: 16px !important;
box-shadow: 0 8px 24px -6px rgba(15, 15, 15, .22), 0 0 0 1px rgba(0, 0, 0, .06) !important; opacity: 0 !important;
transform: translateY(6px) scale(.94) !important;
pointer-events: none !important;
transition: opacity .35s ease, transform .35s ease !important;
} #gla-root .gla-bubble-text::after {
content: "" !important;
position: absolute !important;
bottom: -6px !important;
right: 26px !important;
width: 13px !important;
height: 13px !important;
background: #fff !important;
transform: rotate(45deg) !important;
} #gla-root .gla-bubble.gla-say-on .gla-bubble-text {
opacity: 1 !important;
transform: none !important;
animation: gla-sayfloat 3.4s ease-in-out infinite !important;
}
@keyframes gla-sayfloat {
0%, 100% { transform: translateY(0); }
50%      { transform: translateY(-4px); }
} #gla-root .gla-bubble::after {
content: "" !important;
position: absolute !important;
bottom: 2px !important;
left: 2px !important;
width: 15px !important;
height: 15px !important;
border-radius: 50% !important;
background: #4ade80 !important;
border: 3px solid #fff !important;
box-shadow: 0 1px 4px rgba(0, 0, 0, .2) !important;
z-index: 2 !important;
} #gla-root .gla-bubble .gla-halo { display: none !important; } @media (max-width: 480px) {
#gla-root .gla-bubble { width: 66px !important; height: 66px !important; }
#gla-root .gla-bubble-icon,
#gla-root .gla-bubble-icon.has-photo { width: 66px !important; height: 66px !important; }
#gla-root .gla-bubble-text { font-size: 13px !important; padding: 9px 13px !important; }
} #gla-root .gla-bubble-text {
white-space: nowrap !important;
max-width: 78vw !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
text-align: right !important;
} #gla-root .gla-cards {
align-items: flex-start !important; }
#gla-root .gla-card {
height: auto !important;
align-self: flex-start !important;
} #gla-root .gla-card-add,
#gla-root .gla-card-add-off {
margin-top: auto !important;
} #gla-root .gla-card-price {
color: var(--gla-ink, #0F0F0F) !important;
font-weight: 800 !important;
}#gla-root.gla-skin-atelier .gla-body{
background: #ffffff;
padding: 20px 18px;
gap: 15px;
} #gla-root.gla-skin-atelier .gla-head{
background: rgba(255, 255, 255, .82);
-webkit-backdrop-filter: blur(16px);
backdrop-filter: blur(16px);
border-bottom: 1px solid var(--gla-line);
padding: 16px 16px 14px;
color: var(--gla-ink); } #gla-root.gla-skin-atelier .gla-head::after{ display: none; }
#gla-root.gla-skin-atelier .gla-head-title{ color: var(--gla-ink); } #gla-root.gla-skin-atelier .gla-head-avatar{
position: relative;
background: color-mix(in srgb, var(--gla-accent) 22%, #fff);
box-shadow: inset 0 0 0 1px rgba(15, 15, 15, .06);
} #gla-root.gla-skin-atelier .gla-head-avatar.has-photo{ overflow: visible; }
#gla-root.gla-skin-atelier .gla-head-avatar::after{
content: "";
position: absolute; inset: -3px;
border-radius: 50%;
border: 1.5px solid #dcc7b6;
border: 1.5px solid color-mix(in srgb, var(--gla-accent) 85%, #fff);
pointer-events: none;
}
#gla-root.gla-skin-atelier .gla-head-title{ font-weight: 700; letter-spacing: -.01em; }
#gla-root.gla-skin-atelier .gla-head-sub{ color: var(--gla-muted); } #gla-root.gla-skin-atelier .gla-online{
background: var(--gla-accent);
box-shadow: 0 0 0 2px color-mix(in srgb, var(--gla-accent) 35%, #fff);
animation: none;
} #gla-root.gla-skin-atelier.gla-header-light .gla-newchat,
#gla-root.gla-skin-atelier .gla-newchat{
background: #f3ecd9; background: color-mix(in srgb, var(--gla-accent) 26%, #fff);
color: #4a4038;
box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--gla-accent) 80%, #fff);
border-radius: 999px;
height: 32px;
font-weight: 600;
}
#gla-root.gla-skin-atelier .gla-newchat:hover{
background: color-mix(in srgb, var(--gla-accent) 40%, #fff);
}
#gla-root.gla-skin-atelier .gla-close{
background: rgba(15, 15, 15, .04);
color: var(--gla-muted);
} #gla-root.gla-skin-atelier .gla-msg-bot .gla-bubble-msg{
background: transparent;
box-shadow: none;
border: none; padding: 2px 2px;
border-radius: 0;
color: var(--gla-ink);
font-size: 15px;
line-height: 1.62;
max-width: 90%;
}
#gla-root.gla-skin-atelier .gla-msg-bot .gla-bubble-msg b,
#gla-root.gla-skin-atelier .gla-msg-bot .gla-bubble-msg strong{
color: #8a6f4f;
font-weight: 700;
}
#gla-root.gla-skin-atelier .gla-msg-bot .gla-link{ color: #8a6f4f; } #gla-root.gla-skin-atelier .gla-dot{ background: var(--gla-accent); } #gla-root.gla-skin-atelier .gla-msg-user .gla-bubble-msg{
border-radius: 19px 19px 5px 19px;
box-shadow: 0 12px 26px -16px rgba(15, 15, 15, .5);
} #gla-root.gla-skin-atelier .gla-cards{ gap: 11px; }
#gla-root.gla-skin-atelier .gla-card{
border-radius: 18px;
border: 1px solid var(--gla-line);
box-shadow: 0 16px 34px -24px rgba(60, 48, 34, .5);
overflow: hidden;
}
#gla-root.gla-skin-atelier .gla-card:hover{
border-color: color-mix(in srgb, var(--gla-accent) 70%, #fff);
box-shadow: 0 18px 38px -22px rgba(60, 48, 34, .55);
}
#gla-root.gla-skin-atelier .gla-card-media{ border-radius: 13px; margin: 4px 4px 0; aspect-ratio: 1 / 1; }
#gla-root.gla-skin-atelier .gla-card-price{ color: var(--gla-ink); } #gla-root.gla-skin-atelier .gla-card-add:not(.gla-done):not(.gla-card-add-off){
background: #1a1613;
color: #fff;
box-shadow: none;
border-radius: 12px;
}
#gla-root.gla-skin-atelier .gla-card-add:not(.gla-done):not(.gla-card-add-off):hover:not(:disabled){
background: #000;
box-shadow: 0 8px 18px -8px rgba(15, 15, 15, .5);
} #gla-root.gla-skin-atelier .gla-card-add.gla-done{
background: #f3ead2; color: #9a7b2e;
box-shadow: inset 0 0 0 1px rgba(201, 162, 75, .4);
} #gla-root.gla-skin-atelier .gla-card-add-off{
background: #ece7dc; color: #9a927f; box-shadow: none;
} #gla-root.gla-skin-atelier .gla-input{
border-radius: 999px;
background: #fff;
border: 1px solid var(--gla-line);
}
#gla-root.gla-skin-atelier .gla-input:focus{
border-color: color-mix(in srgb, var(--gla-accent) 70%, #fff);
box-shadow: 0 0 0 3px color-mix(in srgb, var(--gla-accent) 22%, #fff);
}
#gla-root.gla-skin-atelier .gla-send{
background: #1a1613;
color: #fff;
box-shadow: 0 10px 22px -10px rgba(15, 15, 15, .6);
}
#gla-root.gla-skin-atelier .gla-send:hover:not(:disabled){ background: #000; transform: scale(1.06); }
#gla-root.gla-skin-atelier .gla-send svg path{ fill: #fff; } #gla-root.gla-skin-atelier .gla-sig{ color: #bcb2a4; }.form .form-btn {background: #96588a;font-size: 20px;line-height: 28px;}
.form .form-actions {padding-top: 0;padding-bottom: 20px;}
.secureLogos {margin-right: -13px;}#wc-meshulam-payment-cc-form select{display: block;min-height: 45px;border-radius: 5px;padding: 0px 10px;line-height: 45px;width: 100% !important;color:#a9a9a9;font-size: 1.1em;max-width: 208px;}
#wc-grow-wallet-payment-cc-form select{display: block;min-height: 45px;border-radius: 5px;padding: 0px 10px;line-height: 45px;width: 100% !important;color:#a9a9a9;font-size: 1.1em;max-width: 208px;}
#wc-apple-payment-cc-form select{display: block;min-height: 45px;border-radius: 5px;padding: 0px 10px;line-height: 45px;width: 100% !important;color:#a9a9a9;font-size: 1.1em;max-width: 208px;}
#wc-meshulam-payment-cc-form select {position: relative;-webkit-appearance: menulist;appearance: menulist;color: #a9a9a9;}
#wc-grow-wallet-payment-cc-form select {position: relative;-webkit-appearance: menulist;appearance: menulist;color: #a9a9a9;}
input#meshulam_pay_ccNo{background-image: url(//www.goodlak.co.il/wp-content/plugins/meshulam-payment-gateway/assets/images/card.jpg); background-position: center right 8px;background-size: 30px;background-repeat: no-repeat;}
body.rtl input#meshulam_pay_ccNo{background-position: left 8px center;}
#payment .payment_methods li .payment_box .wc-meshulam-payment-form p {padding-bottom: 10px !important;margin: 0 !important;}
#payment .payment_methods li .payment_box .wc-meshulam-payment-form label { position: relative;display: block;width: 100%;}
#payment .payment_methods li .payment_box .wc-meshulam-payment-form .form-row-radio label::before{ display: inline-block;font-style: normal;font-variant: normal;font-weight: normal;line-height: 1;vertical-align: middle; content: "";margin-right: 5px;width: 7px;height: 7px;border: 4px solid #9e9e9e;border-radius: 50%;background-color: #9e9e9e;padding: 0;}
#payment .payment_methods>.wc_payment_method>label.hidden::before{content: "\f10c" !important;color: inherit !important;}
#payment .payment_methods li .payment_box .wc-meshulam-payment-form .form-row-radio input[type="radio"]:checked+label::before{ border-color: #96588a;}
#payment .payment_methods li .payment_box .wc-meshulam-payment-form .form-row-radio input[type="radio"] {opacity: 0;position: absolute;width: 0;height: 0;} #payment .payment_methods li .payment_box .wc-meshulam-payment-form .form-row #meshulam_pay_desc {display: block;min-height: 45px;border-radius: 5px;padding: 0px 10px;line-height: 45px;width: 100% !important;color: #a9a9a9;font-size: 1.1em;background-color: #fff;border: 1px solid #a9a9a9;box-shadow: none;}
#wc-meshulam-payment-cc-form input  ::-webkit-input-placeholder {color:#a9a9a9;}
#wc-meshulam-payment-cc-form input :-moz-placeholder { color:#a9a9a9; }
#wc-meshulam-payment-cc-form input ::-moz-placeholder { color:#a9a9a9; }
#wc-meshulam-payment-cc-form input :-ms-input-placeholder { color:#a9a9a9;}
#wc-meshulam-payment-cc-form input :placeholder-shown,#wc-meshulam-payment-cc-form input::placeholder { color:#a9a9a9;}
#wc-grow-wallet-payment-cc-form input  ::-webkit-input-placeholder {color:#a9a9a9;}
#wc-grow-wallet-payment-cc-form input :-moz-placeholder { color:#a9a9a9; }
#wc-grow-wallet-payment-cc-form input ::-moz-placeholder { color:#a9a9a9; }
#wc-grow-wallet-payment-cc-form input :-ms-input-placeholder { color:#a9a9a9;}
#wc-grow-wallet-payment-cc-form input :placeholder-shown,#wc-grow-wallet-payment-cc-form input::placeholder { color:#a9a9a9;}
.form-row-wrapper-clear {clear: both;}
#payment .payment_methods li .payment_box fieldset .form-row.form-row-select{opacity: 0;visibility: hidden;height: 0;transition: 0.3s all ease;-webkit-transition: 0.3s all ease;-o-transition: 0.3s all ease;-moz-transition: 0.3s all ease; padding-top: 0;margin: 0;padding-bottom: 0;}
#payment .payment_methods li .payment_box fieldset .form-row.form-row-select.active{opacity: 1;visibility: visible;height: 45px;margin-bottom: 10px;padding: 0 !important;}
#meshulam-iframe-container .payment_loader {position: fixed;top: 0;width: 100%;height: 100%;left: 0;background-color: rgba(0, 0, 0, 0.10);background-image: url(//www.goodlak.co.il/wp-content/plugins/meshulam-payment-gateway/assets/images/loader1.gif);background-position: center;background-repeat: no-repeat;background-size: 50px;display: none;z-index: 9999999999;}
div#meshulam-iframe-container {max-width: 412px;margin: 0 auto;}
body.rtl .payment_method_meshulam-payment , html[lang="he-IL"] .payment_method_meshulam-payment {direction: rtl;}
li.wc_payment_method.payment_method_meshulam-payment label img {max-width: 120px !important; margin-right: 0.5em !important; max-height:50px !important;vertical-align: middle !important;} .wallet_icon_wrapp{display:flex;flex-wrap:wrap;cursor: pointer;}
.wallet_icon_wrapp .icon_box{display:flex;background:#fff;margin-left:5px;border-radius:10px;padding:10px;align-items:center;    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15) !important;}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wallet_icon_wrapp .icon_box img,.wc-block-components-radio-control__label .wallet_icon_wrapp .icon_box img{height:auto;max-width:30px;margin:0!important;display: block !important;}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wallet_icon_wrapp .icon_box img.wallet_bank,.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wallet_icon_wrapp .icon_box img.wallet_paybox{max-width:45px}
.wc-block-components-radio-control__label .wallet_icon_wrapp .icon_box img{max-width:35px}
.wc-block-components-radio-control__label .wallet_icon_wrapp .icon_box img.wallet_bank,.wc-block-components-radio-control__label .wallet_icon_wrapp .icon_box img.wallet_paybox{max-width:45px}
p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed+p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions+.woocommerce-order-details{display:none}
p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed+p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions+.woocommerce-order-details+.woocommerce-customer-details{display:none}
p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions a+a{display: none}
.meshulam_order_page{padding: 50px 0px; padding: 50px 0px;position: fixed;left: 0;top: 0;z-index: 99999;width: 100%;height: 100%;background-color: rgba(0,0,0,.5); display: flex;align-items: center;justify-content: center;}
.meshulam_order_page .popup_content{ max-width: 800px;margin: 0 auto;width: 100%;background-color: #fff;padding: 59px;text-align: center;border-radius: 10px;}
.meshulam_order_page h1{font-weight: 700}
.meshulam_order_page .text{margin-bottom: 30px;}
.meshulam_order_page p{margin-bottom: 0px;}
.meshulam_order_page a{background-color: #25b1e7;color: #fff;padding: 10px 30px;border-radius: 5px; margin: 5px;border: 1px solid transparent;transition: .5 ease all;}
.meshulam_order_page a:hover{background-color:#fff;border-color: #25b1e7;color: #25b1e7}
.meshulam_fail_order{min-height: 50%}
#payment .payment_methods li .payment_box .wc-meshulam-payment-form label.direct_debit_only{display: none;}
#payment .payment_methods li .payment_box fieldset .form-row.form-row-select.active.hide_debit_drop{display: none;}
select#woocommerce_meshulam-payment_environment option+option{display: none}
div#meshulam-iframe-container.bit_payment_iframe{ z-index: 100;width: 100%;height: 100%;position: fixed;border: 0;top: 0;right: 0;max-width: 100%;} li.wc_payment_method.payment_method_meshulam-payment .payment_box.payment_method_meshulam-payment fieldset#wc-meshulam-payment-cc-form {padding: 10px;}
li.wc_payment_method.payment_method_grow-wallet-payment .payment_box.payment_method_grow-wallet-payment fieldset#wc-grow-wallet-payment-cc-form {padding: 10px;}
li.wc_payment_method.payment_method_meshulam-payment .wc-meshulam-payment-form {background-color: #f5f5f5;display: block;padding: 1.41575em;cursor: pointer;}
li.wc_payment_method.payment_method_meshulam-payment .payment_box.payment_method_meshulam-payment fieldset.wc-payment-form.wc-meshulam-payment-form.hide_filed{padding: 0 !important;}
.payment_box.payment_method_meshulam-payment.hide_box {display: none !important;}
li.wc_payment_method.payment_method_bit-payment label img {max-width: 25px;}
.payment_box.payment_method_bit-payment.hide_box {display: none !important;}
.payment_box.payment_method_meshulam-payment .form-row.form-row-radio {padding: 0 !important;margin: 0 !important;}
.payment_box.payment_method_grow-wallet-payment .form-row.form-row-radio {padding: 0 !important;margin: 0 !important;}
.payment_box.payment_method_apple-payment .form-row.form-row-radio {padding: 0 !important;margin: 0 !important;}
.popup_overlay_meshulam { position: fixed; background: rgb(0 0 0 / 50%); width: 100%; height: 100%; padding-top: 0; top: 0; z-index: 99999999999; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.popup_overlay_meshulam .close_popup_meshulam { z-index: 99999; max-width: 480px; margin: 0 auto; font-size: 20px; cursor: pointer; position: relative; top: 48px; left: 10px; font-weight: bold; color: #2487d3; text-align: right; width: 30px; margin: 0; }
.popup_overlay_meshulam div#meshulam-iframe-container{background-color: transparent; width: 100%;}
.popup_overlay_meshulam div#meshulam-iframe-container.bit_payment_iframe{max-width: 500px;}
.popup_overlay_meshulam .close_popup_meshulam{display: none;}
.close_popup_meshulam{display: none;}
.popup_overlay_meshulam div#meshulam-iframe-container{    position: relative;}
.popup_overlay_meshulam .close_popup_meshulam{position:absolute; top:10px}
iframe#meshulam-iframe { height: 535px; }
.chkbx-toggle{display:none !important;}
.chkbx-toggle + label{position:relative;display:inline-block;cursor:pointer;outline:none;-moz-user-select:-moz-none;-ms-user-select:none;-webkit-user-select:none;user-select:none;width:50px;height:25px;background-color:#e4e4e4;-moz-border-radius:60px;-webkit-border-radius:60px;border-radius:60px;-moz-transition:background 0.4s;-o-transition:background 0.4s;-webkit-transition:background 0.4s;transition:background 0.4s;}
.chkbx-toggle + label::before,.chkbx-toggle + label::after{content:"";display:block;position:absolute;}
.chkbx-toggle + label::before{right:1px;left:1px;top:1px;bottom:1px;background-color:#afaeae;-moz-border-radius:60px;-webkit-border-radius:60px;border-radius:60px;-moz-transition:background 0.4s;-o-transition:background 0.4s;-webkit-transition:background 0.4s;transition:background 0.4s;}
.chkbx-toggle + label::after{top:4px;left:5px;width:17px;height:17px;background-color:#fff;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;-moz-box-shadow:0 1px 5px rgba(0,0,0,0.3);-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.3);box-shadow:0 1px 5px rgba(0,0,0,0.3);-moz-transition:-moz-transform 0.4s;-o-transition:-o-transform 0.4s;-webkit-transition:-webkit-transform 0.4s;transition:transform 0.4s;}
.chkbx-toggle:checked + label{background-color:#13dff3;}
.chkbx-toggle:checked + label::before{background-color:#13dff3;}
.chkbx-toggle:checked + label::after{-moz-transform:translateX(23px);-ms-transform:translateX(23px);-webkit-transform:translateX(23px);transform:translateX(23px);}
.chkbx-toggle:disabled + label{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5;cursor:default;}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input[type="radio"] {
display: inline-block !important;
vertical-align: middle !important;
margin: 0 0.5em 0 0 !important;
cursor: pointer;
}
body.rtl.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input[type="radio"]{
margin: 0 0 0 0.5em !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method>label{
display: inline-block !important;
vertical-align: middle !important;
margin: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label img{
margin: -2px 0 0 0.5em !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label .about_paypal{
float: none !important;
line-height: normal !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method[type="radio"]::before,
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method[type="radio"]::after{
display: none !important;
}
.woocommerce-checkout #payment .payment_methods li {line-height: 35px;}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method>label {
vertical-align: baseline !important;}
body li.wc_payment_method.payment_method_bitpay-payment label img {top: 0px;position:relative;vertical-align:middle !important}
body.rtl.woocommerce-checkout .woocommerce-checkout-payment#payment .wc_payment_methods .wc_payment_method label img { max-width: 25px !important;max-height: 25px;}
li.wc_payment_method label img{top:1px;display:inline-block;vertical-align:middle}
#payment .payment_methods li img{float:none !important} .recuring-heading{margin-top:35px;display:flex;align-items:center;}
.recuring-heading .recuring-logo{max-width:150px;margin-right:30px;}
.recuring-heading .recuring-logo img{max-width:100%;}
.recuring-heading h2{margin:0;font-size:1.7em;font-weight:bold;}
#main_recuring_meshulam_div table.wp-list-table{border-radius:20px;border:0; overflow: hidden;}
#main_recuring_meshulam_div table.wp-list-table thead tr th{padding:20px;border:0;font-weight:500;position:relative;text-align:center;}
#main_recuring_meshulam_div table.wp-list-table thead tr th:not(:last-child):before{content:'';height:30px;width:1px;position:absolute;right:0;top:50%;transform:translateY(-50%);background:#dddddd;}
#main_recuring_meshulam_div table.wp-list-table tbody>:nth-child(odd){background-color:#f6f7f7;}
#main_recuring_meshulam_div table.wp-list-table tbody tr td{text-align:center;padding:15px 20px;vertical-align:middle;font-size:16px;}
#main_recuring_meshulam_div table.wp-list-table tbody tr td.order_status{color:#121065;font-weight:500;}
#main_recuring_meshulam_div table.wp-list-table tbody tr td.edit a{display:inline-block;vertical-align:middle;max-width:30px;line-height:0;}
#main_recuring_meshulam_div table.wp-list-table tbody tr td.edit img{max-width:100%;}
#main_recuring_meshulam_div table.wp-list-table tfoot{opacity:0;}
.recuring-edit-wrap{
margin: 0 0 10px 0;
padding: 0 30px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.recuring-edit-wrap li{
margin: 0 0 0 15px;
}
.recuring-edit-wrap li .button{
padding: 7px 20px;
border: 2px solid #121065;
background: #121065;
color: #fff;
font-size: 16px;
font-weight: 500;
min-width: 100px;
text-align: center;
}
.recuring-edit-wrap li .button:hover{
color: #121065;
border-color: #121065;
}
.recuring-edit-wrap li .update_recurring_edit{
border-color: #505050;
background-color: #505050;
} body #meshulam_update_details_popup_modal .meshulam_modal_container {border-radius: 20px;border: 2px solid #87d6a9;}
body #meshulam_update_details_popup_modal .meshulam_modal_container .meshulam_modal_body {padding: 35px 52px;border-radius: 20px;position: relative;}
body #meshulam_update_details_popup_modal .meshulam_modal_container .meshulam_modal_body h3 {font-size: 28px;font-weight: bold;margin: 0;color: #505050;line-height: 1;border-bottom: 1px solid #ebebeb;padding-bottom: 25px;margin-bottom: 36px;}
body #meshulam_update_details_popup_modal .meshulam_modal_container .meshulam_modal_body .modal-close { position: absolute; top: 22px; right: 22px; background-color: transparent; border: none; padding: 0; width: 20px; height: 20px; display: block; font-size: 0; }
body #meshulam_update_details_popup_modal .inner-form-field{ display: flex;flex-wrap: wrap;justify-content: space-between;}
body #meshulam_update_details_popup_modal .inner-form-field>div{position: relative;width: calc(50% - 20px);margin-bottom: 20px;}
body #meshulam_update_details_popup_modal .inner-form-field>div input{width: 100% !important;height: 53px;    color: #505050 !important; font-size: 20px;    border-color: #ebebeb;}
body #meshulam_update_details_popup_modal .inner-form-field>div.edit-field>button{width: 30px;height: 23px;padding: 0;cursor: pointer;position: absolute;right: 20px;top: 10px;}
body #meshulam_update_details_popup_modal .inner-form-field>div.edit-field button::before{display: none;}
body #meshulam_update_details_popup_modal .inner-form-field>div.edit-field>span{position: absolute;right: 20px;}
body #meshulam_update_details_popup_modal .inner-form-field>div.edit-field button { display: inline-block; background-color: transparent; border: none; height: 30px; }
body #meshulam_update_details_popup_modal .update_btn_submit button{ color: #fff; border-color: #12bc5c; background: #12bc5c; width: 100%; height: 47px; max-width: 158px; margin: 0 auto; margin-right: 0; display: block; margin-top: 40px; font-size: 16px; }
body #meshulam_update_details_popup_modal .edit_btn:disabled{background-color: #f8f8f8; padding-left: 12px !important;}
body #meshulam_update_details_popup_modal.meshulam_modal { background-color: rgba(240,240,241,0.7); }
body .model_back{color: #fff; text-decoration: none; font-size: 20px; background-color: #505050; padding: 16px 30px 10px; height: 52.45px; display: block; box-sizing: border-box; border-radius: 4px;text-transform: capitalize;}
[dir="rtl"] body #meshulam_update_details_popup_modal .inner-form-field>div.edit-field>span,
[dir="rtl"] body #meshulam_update_details_popup_modal .inner-form-field>div.edit-field>button { right: auto; left: 20px; }
[dir="rtl"] body #meshulam_update_details_popup_modal .update_btn_submit button { margin-left: 0; margin-right: auto; }
[dir="rtl"] body #meshulam_update_details_popup_modal .meshulam_modal_container .meshulam_modal_body .modal-close{left: 22px;right: auto;}
[dir="rtl"] body #meshulam_update_details_popup_modal .inner-form-field>div input { text-align: right; padding-right: 12px !important; }
[dir="rtl"] #main_recuring_meshulam_div { padding-right: 0px !important; padding-left: 20px !important;}
@media only screen and (max-width:1023px){
.over_table { width: 100%; overflow: auto; padding: 0px 20px; box-sizing: border-box; }
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label img{width:205px}
}
@media only screen and (max-width:959px){
.meshulam_order_page .popup_content{max-width: 90%;}
.meshulam_order_page .popup_content{padding: 30px;}
.popup_overlay_meshulam{padding: 50px 15px 0;}
.popup_overlay_meshulam .close_popup_meshulam{padding: 0 25px;}
#meshulam-iframe-container #meshulam-iframe{height: 524px;}
}
@media only screen and (max-width:767px){
body #meshulam_update_details_popup_modal .meshulam_modal_container .meshulam_modal_body h3 { font-size: 20px; padding-bottom: 15px; margin-bottom: 20px; }
body #meshulam_update_details_popup_modal .inner-form-field>div { width: 100%; margin-bottom: 10px; }
body #meshulam_update_details_popup_modal .meshulam_modal_container .meshulam_modal_body { padding: 15px 20px; }
body #meshulam_update_details_popup_modal .inner-form-field>div input { height: 45px; font-size: 16px; }
body #meshulam_update_details_popup_modal .inner-form-field>div.edit-field>button { top: 5px; }
body #meshulam_update_details_popup_modal .update_btn_submit button { height: 42px; max-width: 110px; margin-top: 10px; font-size: 16px; }
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wallet_icon_wrapp .icon_box img.wallet_bank, .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wallet_icon_wrapp .icon_box img.wallet_paybox { max-width: 25px; }
body.rtl.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label img,.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wallet_icon_wrapp .icon_box img, .wc-block-components-radio-control__label .wallet_icon_wrapp .icon_box img{max-width: 23px;}
.wallet_icon_wrapp .icon_box{padding:6px;border-radius: 6px;}
.wc-block-components-radio-control__label .wallet_icon_wrapp .icon_box img.wallet_bank,.wc-block-components-radio-control__label .wallet_icon_wrapp .icon_box img.wallet_paybox{max-width:25px}
#radio-control-wc-payment-method-options-grow-wallet-payment__label .icon_label span{display:none}
}body.toplevel_page_meshulam-payment-setting{background:#edebfe}
.meshulam_ *{font-family:'Ploni DL 1.1 AAA'}
.wrap.meshulam_{max-width:1586px;width:100%;margin-top:25px}
.meshulam-pay_page_meshulam-paypal-setting #wpcontent,.toplevel_page_meshulam-payment-setting #wpcontent{color:#000}
.meshulam_payment_wrapper{position:relative}
.toplevel_page_meshulam-payment-setting .meshulam_ .title_logo{display:flex;justify-content:space-between;align-items:center}
.toplevel_page_meshulam-payment-setting .meshulam_ .title_logo .logo{display:flex;flex-direction:column;align-items:center}
.toplevel_page_meshulam-payment-setting .meshulam_ .title_logo .logo img{max-width:175px}
.toplevel_page_meshulam-payment-setting .meshulam_ .title_logo .logo span{color:#121065;font-size:12px;font-size:14px;padding-top:2px}
.meshulam_ h3{color:#121065;font-size:34px;margin:0;padding:0;position:relative;font-weight:400;line-height:1;font-family:'Ploni DL 1.1 AAA U'}
.meshulam_ .tab-content:not(.active){display:none}
.toplevel_page_meshulam-payment-setting .meshulam_ .tabbing .tab-content-wrap{background:#fff;border-radius:38px;padding:50px;border-top-left-radius:0}
.rtl.toplevel_page_meshulam-payment-setting .meshulam_ .tabbing .tab-content-wrap{border-top-right-radius:0;border-top-left-radius:38px}
.toplevel_page_meshulam-payment-setting .meshulam_ .tabbing{margin-top:25px;position:relative}
.toplevel_page_meshulam-payment-setting .meshulam_ .tabbing .tab-list{display:flex}
.toplevel_page_meshulam-payment-setting .meshulam_ .tabbing .tab-list .tab-title{font-size:20px;color:#121065;background-color:#f8f8fe;cursor:pointer;border-top-left-radius:15px;border-top-right-radius:15px;margin-right:5px;min-width:247px;line-height:64px;text-align:center}
.rtl.toplevel_page_meshulam-payment-setting .meshulam_ .tabbing .tab-list .tab-title{margin-right:0;margin-left:5px}
.toplevel_page_meshulam-payment-setting .meshulam_ .tabbing .tab-list .tab-title.active{background-color:#fff;font-family:'Ploni DL 1.1 AAA U'}
#activation .form-table tr{display:flex;flex-wrap:wrap;margin-bottom:38px}
#activation .form-table tr:last-child{margin-bottom:0}
#activation .form-table tr td,#activation .form-table tr th{width:100%;padding:0}
.wrap.meshulam_ .description{text-align:end;display:block;width:500px;max-width:100%;color:#949494;font-size:14px}
.meshulam_ p.submit{text-align:end;width:500px;max-width:100%;margin-top:50px;padding-bottom:0}
.meshulam_ .btn-section{position:absolute;top:0;right:0;display:flex}
.rtl .meshulam_ .btn-section{left:0;right:auto}
.meshulam_ .btn-section a{color:#6231d6;border:1px solid;text-decoration:none;line-height:38px;padding:0 23px;border-radius:30px;font-size:19px;background-color:#fff;outline:0;transition:.5s ease all;box-shadow:none;display:flex;align-items:center}
.meshulam_ .btn-section a img{padding-right:5px;transition:.5s ease all}
.rtl .meshulam_ .btn-section a img{padding-left:5px;padding-right:0}
.meshulam_ .btn-section a:hover img{filter:brightness(0) saturate(100%) invert(100%) sepia(83%) saturate(0) hue-rotate(238deg) brightness(111%) contrast(102%)}
.meshulam_ .btn-section a:hover{background-color:#6231d6;color:#fff}
.meshulam_ .btn-section a:last-child{margin-inline-start:20px}
.rtl.toplevel_page_meshulam-payment-setting input#meshulam_payment_user_access_key{direction:ltr}
.meshulam_payment_ p{font-size:1.2em;margin-top:0;color:#888}
.meshulam_ p{font-size:1.2em;color:#888}
.wrap.meshulam_ label{font-size:20px;font-weight:500;color:#121065;padding-inline-start:20px;padding-bottom:2px;display:block}
.wrap.meshulam_payment_ textarea{width:500px;max-width:100%;min-height:100px;font-size:16px;color:#222;transition:.5s ease all;-webkit-transition:.5s ease all;border:1px solid #a3a3a3;border-radius:6px}
.wrap.meshulam_ textarea{width:500px;max-width:100%;min-height:100px;font-size:16px;color:#222;transition:.5s ease all;-webkit-transition:.5s ease all;border:1px solid #a3a3a3;border-radius:6px}
.wrap.meshulam_payment_ textarea:focus{border-color:#61d0f0}
.wrap.meshulam_ textarea:focus{border-color:#61d0f0}
.wrap.meshulam_payment_ input[type=email],.wrap.meshulam_payment_ input[type=password],.wrap.meshulam_payment_ input[type=text]{display:block;width:500px;max-width:100%;margin-bottom:5px;height:50px;background:#fff;padding-right:16px;font-size:16px;color:#222;transition:.5s ease all;-webkit-transition:.5s ease all;border:1px solid #a3a3a3;border-radius:6px;padding-left:10px;font-weight:400;transition:.5s ease all;-webkit-appearance:none;-moz-appearance:none;outline:0!important}
.wrap.meshulam_ .form-table input{outline:0;box-shadow:none}
.wrap.meshulam_ .form-table input:focus{border-color:#121065}
.wrap.meshulam_ input[type=email],.wrap.meshulam_ input[type=password],.wrap.meshulam_ input[type=text]{display:block;width:500px;max-width:100%;margin-bottom:5px;height:48px;background:#fff;padding:0 25px;font-size:16px;color:#707070;transition:.5s ease all;-webkit-transition:.5s ease all;border:1px solid #efeef0;font-weight:400;transition:.5s ease all;-webkit-appearance:none;-moz-appearance:none;outline:0!important;border-radius:24px}
.toplevel_page_meshulam-payment-setting [type='submit']{background-color:#6231d6;border:2px solid #6231d6;border-radius:30px;color:#fff;cursor:pointer;transition:.5s ease all;text-shadow:none;line-height:28px;height:42px;box-shadow:none;font-size:19px;padding:0;min-width:150px;font-weight:400;letter-spacing:.5px;transition:.5s ease all;-webkit-transition:.5s ease all}
.toplevel_page_meshulam-payment-setting [type='submit']:hover,.toplevel_page_meshulam-payment-setting [type='submit']:focus{background-color:#121065;border-color:#121065;color:#fff;box-shadow: none;}
.meshulam_payment_ input[type=checkbox]{width:18px;height:18px;border-color:#61d0f0;position:relative}
.meshulam_ input[type=checkbox]{width:18px;height:18px;border-color:#61d0f0;position:relative}
.meshulam_payment_ input[type=checkbox]:checked:before{color:#61d0f0;margin:-2px 0 0 -3px;font:normal 21px/1 dashicons}
.meshulam_ input[type=checkbox]:checked:before{color:#61d0f0;margin:-2px 0 0 -3px;font:normal 21px/1 dashicons}
html[lang=he-IL] .meshulam_payment_wrapper::after{left:auto;right:665px}
.meshulam_acc td#bacs_accounts p{margin-bottom:10px;font-weight:500}
.meshulam_acc td#bacs_accounts input[type=text]{min-width:175px}
.meshulam_left_col,.meshulam_right_col{display:inline-block;vertical-align:top}
.meshulam_right_col{width:840px}
.meshulam_left_col{width:calc(100% - 854px)}
.meshulam_left_col input[type=password],.meshulam_left_col input[type=text]{width:100%!important;max-width:500px}
.meshulam_left_col td.forminp,.meshulam_left_col th{display:block;width:100%}
.meshulam_left_col td.forminp{padding-top:0;padding-right:0;padding-left:0;padding-bottom:0;margin-bottom:0}
.meshulam_left_col .wrapper{max-width:600px;padding:30px 30px;box-sizing:border-box;background-color:#fff;border-radius:10px;border:1px solid #ccc}
.meshulam_left_col .wrapper h3{margin:0;border-bottom:1px solid #ccc;padding-bottom:15px;font-size:1.5em;line-height:1.2}
.meshulam_right_col h3{font-size:1.5em;line-height:1.2}
.meshulam_right_col table.form-table textarea.wide-input,.meshulam_right_col textarea.wide-input{max-width:400px}
.meshulam_right_col table.form-table input[type=email],.meshulam_right_col table.form-table input[type=tel]{width:400px!important;max-width:100%}
html[lang=he-IL] .wrap.meshulam_payment_ input{direction:rtl}
.woocommerce .meshulam_right_col table.form-table select[multiple]{width:400px;height:80px;overflow:hidden;border:0;background-color:transparent;box-shadow:none}
.woocommerce .meshulam_right_col table.form-table select[multiple]+.btn-group button{display:none}
.woocommerce .meshulam_right_col table.form-table ul.multiselect-container .multiselect-all{display:none}
.woocommerce .meshulam_right_col table.form-table ul.multiselect-container a{color:#32373c}
.woocommerce .meshulam_right_col table.form-table ul.multiselect-container li{margin-bottom:0}
.woocommerce table.form-table th label[for=woocommerce_meshulam-payment_title]::after{content:'*';color:#f44336}
.woocommerce table.form-table th label[for=woocommerce_meshulam-payment_business_owner_code]::after{content:'*';color:#f44336}
.woocommerce table.form-table th label[for=woocommerce_meshulam-payment_thank_you_page]::after{content:'*';color:#f44336}
.woocommerce table.form-table th label[for=woocommerce_meshulam-payment_fail_url]::after{content:'*';color:#f44336}
.woocommerce table.form-table th label[for=woocommerce_meshulam-payment_payment_type]::after{content:'*';color:#f44336}
select#woocommerce_meshulam-payment_environment option+option{display:none}
select#woocommerce_meshulam-payment_environment option+option{display:none}
.meshulam_payment_ .notice.notice-error p{padding-top:11px}
textarea#woocommerce_meshulam-bit-payment_add_payment_note,textarea#woocommerce_meshulam-bit-payment_company_api_extra_details,textarea#woocommerce_meshulam-bit-payment_description_payer{width:400px}
input#_meshulam_checkbox_field{width:16px!important}
#iframe_error{text-align:center;color:red;font-weight:700}
.woocommerce-checkout #payment div.payment_box::before{display:none}
.payment_method_meshulam-payment{margin:0!important}
#Meshulam-options h1{display:block;width:100%}
.button{position:relative}
.button.loading{pointer-events:none;color:transparent!important}
.button.loading:after{content:"";height:12px;width:12px;border:2px solid #fff;border-bottom:2px solid transparent!important;display:block;position:absolute;right:0;left:0;top:0;bottom:0;margin:auto;border-radius:50%;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}
.notyf{top:12px;z-index:99999999}
.notyf__message{font-size:16px}
.notyf__message p{margin:0}
.meshulam_j5_wrapp{display:flex;justify-content:center;padding:10px 0 0 0}
span.webhook_url{white-space:nowrap;overflow:hidden;text-overflow:ellipsis} *{box-sizing: border-box;}
#dashboard .inner{    display: flex ; flex-wrap: wrap; justify-content: space-between;}
#dashboard .colin{box-shadow: 0 1px 7px #0000002a;width: calc(25% - 20px);padding: 40px 22.22px 25px;border-radius: 15px;background-color: #fff;}
#dashboard .colin .mid_col{min-height: 300px;}
#dashboard .colin h3{text-align: center;width: fit-content;display: block;margin: 0 auto;font-size: 30px;padding-bottom:9.5px;border-bottom: 1px solid #D8CEEF;}
#dashboard .colin .bottom_col{text-align: center;}
#dashboard .colin .bottom_col h6{    color: #121065; font-size: 16px; font-weight:500; line-height: 23px; font-family: 'Ploni DL 1.1 AAA';    margin: 0;}
#dashboard .colin .bottom_col span{    color: #121065; font-size: 12px; font-weight:400; line-height: 17px;font-family: 'Ploni DL 1.1 AAA';display: block;}
#dashboard .colin ul{list-style: none;margin: 33.5px 0 0;}
#dashboard .colin ul li{display: flex;align-items: center;flex-wrap: wrap;}
#dashboard .colin ul li:not(:last-child){margin-bottom: 19.6px;}
#dashboard .colin ul li span{width: 101px;}
#dashboard .colin ul li span img{max-width: 100%;display: block;}
#dashboard .colin ul li h4{width:calc(100% - 101px);padding-left: 20px;color: #6231D6;font-size: 30px;    font-family: 'Ploni DL 1.1 AAA U';margin: 0;}
.rtl #dashboard .colin ul li h4 {padding-right: 20px;padding-left: 0;}
#dashboard .colin .svg_col{width: fit-content; margin: 0 auto; height: fit-content; margin-top: 23.5px; position: relative;}
#dashboard .colin .svg_col>img{display: block;}
#dashboard .colin .datak{position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto; width: fit-content; height: fit-content; text-align: center;}
#dashboard .colin .datak h4,
#dashboard .colin .datak p{margin: 0;color: #5D5D5D;font-size: 18px;font-weight: 400;line-height: 27px;font-family: 'Ploni DL 1.1 AAA';}
#dashboard .colin .datak h5{margin: 0;color: #6231D6;font-size: 55px;font-weight: bold;line-height: 50px;font-family: 'Ploni DL 1.1 AAA U';    display: flex ; align-items: flex-end; justify-content: center;margin: 7px 0;}
#dashboard .colin .datak h5 sub{font-size:25px;font-weight:500;line-height:35px;font-family: 'Ploni DL 1.1 AAA';} #automation{}
#automation .automation_title{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
#automation .automation_title .right_col{display: flex;align-items: center;justify-content:flex-start;flex-wrap: wrap;}
#automation .create_webhook{background-color: #6231D6;border-radius: 25px;line-height: 50px;padding: 0 26px;font-size: 18px;color: #FFFFFF;font-weight: 500;font-family: 'Ploni DL 1.1 AAA';text-decoration: none;transition: 0.5s ease all;box-shadow: none;}
#automation .create_webhook:hover{    background-color: #121065; }
#automation .toggle_link{height: 48px;border-radius: 24px;border: 1px solid #44444425;display: flex;align-items: center;margin-left: 18px;}
#automation .toggle_link li{    margin-bottom: 1px;}
#automation .toggle_link li a{line-height: 48px;color: #727272;font-size: 16px;font-weight: 500;font-family: 'Ploni DL 1.1 AAA';padding: 0 24px;border-radius: 24px;display: block;text-decoration: none;outline: none;transition: 0.5s ease all;box-shadow:none;}
#automation .toggle_link li a.active,
#automation .toggle_link li:hover a{background-color: #121065;color: #fff;}
#automation .daterangepicker_col{    width: 220px;margin-left: 18px;}
#automation .daterangepicker_col input{    margin: 0;padding: 0 35px 0 0px !important; background-image: url(//www.goodlak.co.il/wp-content/plugins/meshulam-payment-gateway/assets/images/date-rangek.png) !important; background-position: right 16px center !important; background-repeat: no-repeat !important;box-shadow: none;}
.daterangepicker *{font-family: 'Ploni DL 1.1 AAA';}
.daterangepicker td.active, .daterangepicker td.active:hover{border:none !important;background-color:#6231D6 !important;}
.daterangepicker .drp-buttons button{border:1px solid #6231D6 !important;color: #fff;background-color: #6231D6 !important;font-weight: 500 !important;}
.daterangepicker .drp-buttons button:hover{ background-color: #121065 !important;}
.daterangepicker .drp-buttons button.cancelBtn {border-color: #6231D6 !important;color: #6231D6 !important;background-color: transparent !important;}
.daterangepicker .drp-buttons button.cancelBtn:hover {color: #fff !important;background-color:  #6231D6 !important;;}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td { font-size: 14px !important; color: #6231d6; }
.daterangepicker .calendar-table th { font-family: 'Heebo'; font-size: 16px !important; font-weight: 500; }
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span { border-color:#6231d6 !important; }
#automation .daterangepicker_col input:focus{border-color: #6231D6;}
#automation .all_filters{height: 48px;padding: 0 22px;border-radius: 24px;border: 1px solid #44444425;display: flex;align-items: center;margin-left: 18px;color: #727272;font-size: 16px;font-weight: 500;font-family: 'Ploni DL 1.1 AAA';text-decoration: none;box-shadow: none;}
#automation .all_filters img{margin-left: 10px;}
#automation .all_filters:focus{border-color: #6231D6;}
#automation .search_col{width: 148px;}
#automation .search_col input{margin: 0;padding: 0 43px 0 20px !important; background-image: url(//www.goodlak.co.il/wp-content/plugins/meshulam-payment-gateway/assets/images/search_iconp.png) !important; background-position: right 16px center !important; background-repeat: no-repeat !important;width: 100%;color: #727272;font-size: 16px;font-weight: 500;font-family: 'Ploni DL 1.1 AAA';box-shadow: none;}
#automation .search_col input::placeholder{color: #727272;}
#automation .search_col input:focus{border-color: #6231D6;}
.automation_table{margin-top: 25px;}
.automation_table ul{display: flex;align-items: center;flex-wrap: wrap;padding: 0 25px;margin: 0;width: 100%;justify-content: space-between;}
.automation_table ul li{margin: 0px;display: flex;align-items: center;}
.automation_table ul li:first-child{width: 11.16%;}
.automation_table ul li:nth-child(2){width: 11%;}
.automation_table ul li:nth-child(3),
.automation_table ul li:nth-child(4),
.automation_table ul li:nth-child(5),
.automation_table ul li:nth-child(6),
.automation_table ul li:nth-child(7){justify-content: center;width: 10.1%;text-align: center;}
.automation_table ul.title{border-radius: 10px 10px 0 0;background-color: #121065;}
.automation_table ul.title li{color: #fff;font-size: 17px;font-weight: 500;font-family: 'Ploni DL 1.1 AAA';line-height:20px;min-height: 69px;}
.automation_table .table_contain ul{padding: 14.7px 25px 15.6px;box-shadow: 0 3px 17px #00000010;    border-bottom: 1px solid #44444417;}
.automation_table .table_contain ul li{color: #4D4F5C;font-size: 18px;font-weight: 400;font-family: 'Ploni DL 1.1 AAA';line-height: 20px;}
.automation_table .table_contain ul li .id_experience,
.automation_table .table_contain ul li .page_id,
.automation_table .table_contain ul li .webhook_id{font-size: 16px;color: #4D4F5C;height: 34px;line-height: 32px;padding: 0 16px;border-radius: 24px;border: 1px solid #44444438;}
.automation_table .table_contain ul li .status{position: relative;}
.automation_table .table_contain ul li .status::before{    content: ''; width: 8px; height: 8px; background-color: #63BD05; border-radius: 50%; margin-left: 4px; display: inline-block; top: -2px; position: relative; }
.automation_table .table_contain ul li .page_name{}
.automation_table .table_contain ul li .page_name strong{font-weight: 400;font-size: 14px;display: block;}
.automation_table .table_contain ul li .url{color: #727272;font-size: 16px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;text-align: left;display: block; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;    word-break: break-all;}
.table_contain .delete-webhook,.table_contain .edit-webhook{color:red;border:1px solid;text-decoration:none;line-height:1;padding:10px 20px;border-radius:30px;font-size:16px;background-color:#fff;outline:0;transition:.5s ease all;box-shadow:none}
.table_contain .edit-webhook{margin-right: 10px;color: #6231d6;} .popup_webhook_added{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;display: flex;justify-content: center;align-items: center;opacity: 0;pointer-events:none;transition: 0.5s ease all;}
.popup_webhook_added.open{opacity: 1;pointer-events: all;}
.popup_webhook_added .bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.popup_webhook_added .wrap{height: fit-content;width:1301px;border-radius: 10px;border: 1px solid #D6D6D6;box-shadow: 0 2px 16px #00000016;padding: 40px 55px 53px;background-color: #fff;position: relative;z-index: 2;}
.popup_webhook_added .webhook_title{display: flex;align-items: center;justify-content: space-between;width: 100%;padding-bottom: 20px;border-bottom: 1px dashed #D6D6D6;}
.popup_webhook_added .webhook_title h2{color: #2E4765;font-size: 28px;font-weight: bold;line-height: 37px;margin: 0;font-family: 'Heebo';}
.popup_webhook_added .webhook_title .close_book_pop{cursor: pointer;transition: 0.4s ease all;}
.popup_webhook_added .webhook_title .close_book_pop:hover{filter: brightness(0) saturate(100%) invert(24%) sepia(50%) saturate(7231%) hue-rotate(254deg) brightness(85%) contrast(97%);transform: scale(0.9);}
.popup_webhook_added .webhook_containt{display: flex;align-items: flex-start;flex-wrap: wrap;padding: 35px 35px 0;}
.popup_webhook_added .webhook_containt .right_col{width: calc(100% - 458px);padding-inline-end: 68px;border-left: 1px solid #F6F6F6;}
.popup_webhook_added .webhook_containt .input_data:not(:last-child){margin-bottom:47px;}
.popup_webhook_added .webhook_containt .input_data h4{margin: 0;font-size: 18px;font-weight: 500;color:#242424 ;font-family: 'Heebo';line-height: 27px;margin-bottom: 5px;}
.popup_webhook_added .webhook_containt .input_data .in{border-color: #44444427;background-color: #fff;height: 48px;box-shadow: 0 3px 6px #44444413;border-radius: 10px;padding: 0 15px;width: 100%;color: #A8A8A8;font-size: 18px;font-weight: 400;font-family: 'Heebo';}
.popup_webhook_added .webhook_containt .input_data .in::placeholder{color: #A8A8A8;}
.popup_webhook_added .webhook_containt .input_data .in:focus{border-color:#121065;}
.popup_webhook_added .webhook_containt .input_data .error{border-color:red}
.popup_webhook_added .webhook_containt .left_col{width: 458px;padding-inline-start: 68px;}
.popup_webhook_added .webhook_containt .left_col h3{color: #242424;font-size: 18px;line-height: 27px;font-weight: 500;margin: 0;margin-bottom: 12.3px;font-family: 'Heebo';}
.popup_webhook_added .webhook_containt .left_col label{display: block;position: relative;padding-right: 22px;line-height: 22px;color: #727272;font-size: 18px;font-weight: 500;margin-bottom: 7.5px;cursor: pointer;}
.popup_webhook_added .webhook_containt .left_col label input{position: absolute;top: 0;opacity: 0;}
.popup_webhook_added .webhook_containt .left_col label::after,
.popup_webhook_added .webhook_containt .left_col label::before{content: '';position: absolute;top: 3px;width: 16px;height: 16px;border: 1px solid #727272;background-color: #fff;border-radius: 50%;right: 0;}
.popup_webhook_added .webhook_containt .left_col label::before{border: none; background-color: #6231D6; z-index: 1; width: 12px; height: 12px; top: 6px; right: 3px;opacity: 0;}
.popup_webhook_added .webhook_containt .left_col label:has(input:checked):before,
.popup_webhook_added .webhook_containt .left_col label:has(input:checked)::after{opacity: 1;border-color:#6231D6 ;}
.popup_webhook_added .webhook_containt .left_col .events_containts label::after,
.popup_webhook_added .webhook_containt .left_col .events_containts label::before{border-radius: 0;width: 14px;height: 14px;}
.popup_webhook_added .webhook_containt .left_col .events_containts label::before{width: 10px; height: 10px; top: 6px; right: 3px;}
.popup_webhook_added .webhook_containt .events_containts{display: flex;flex-wrap: wrap;}
.popup_webhook_added .webhook_containt .events_containts .colin{width: 50%;}
.popup_webhook_added .webhook_button{width: 100%;display: flex;justify-content: flex-end;align-items: center;margin-top: 78px;}
.popup_webhook_added .webhook_button .btn{    height: 50px; min-width: 178px; border-radius: 50px; border: 1px solid #A8A8A8; color: #A8A8A8; font-size: 18px; font-weight: 500; font-family: 'Heebo'; text-decoration: none; display: flex ; align-items: center; justify-content: center;box-shadow: none;transition: 0.5s ease all;}
.popup_webhook_added .webhook_button .btn img{margin-left: 5px;transition: 0.5s ease all;}
.popup_webhook_added .webhook_button .btn.cancellation{margin-left: 17px;}
.popup_webhook_added .webhook_button .btn.cancellation:hover{background-color: #6231D6;border-color: #6231D6;color: #fff;}
.popup_webhook_added .webhook_button .btn.cancellation:hover img{filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(95deg) brightness(105%) contrast(101%);}
.popup_webhook_added .webhook_button .btn.save{color: #fff;background-color: #6231D6;border-color: #6231D6;}
.popup_webhook_added .webhook_button .btn.save:hover{background-color: #121065;border-color: #121065;}
.main_meshulam_loader{display:none}
.meshulam_loader{position:fixed;display:flex;align-items:center;justify-content:center;top:0;width:100%;height:100%;z-index:99999}
.meshulam_loader .inside_loader{border:16px solid #f3f3f3;margin-top:-150px;border-top:16px solid #3498db;border-radius:50%;width:120px;height:120px;animation:spin 2s linear infinite}
@keyframes spin{ 0%{transform:rotate(0)} 100%{transform:rotate(360deg)} }
.edit-php.post-type-shop_order table #meshulam-ivoice{width:1ch}
.wc_payment_method.payment_method_apple-payment label img{width:45px}
.wc_payment_method .payment_box p{margin:0} body:not(.rtl) #automation .toggle_link { margin-right: 18px;margin-left: 0;}
body:not(.rtl) #automation .daterangepicker_col input { padding: 0 0 0 35px !important;background-position: left 16px center !important; }
body:not(.rtl) #automation .search_col{margin-left: 18px;}
body:not(.rtl) .automation_table .table_contain ul li .status::before { margin-left: 0; margin-right: 4px; }
body:not(.rtl) .popup_webhook_added .webhook_containt .right_col { border: none; border-right: 1px solid #F6F6F6; }
body:not(.rtl) .popup_webhook_added .webhook_containt .left_col label { padding-right: 0; padding-left: 22px; }
body:not(.rtl) .popup_webhook_added .webhook_containt .left_col label::after,
body:not(.rtl) .popup_webhook_added .webhook_containt .left_col label::before { right:auto;left: 0; }
body:not(.rtl) .popup_webhook_added .webhook_containt .left_col label::before { right: auto; left: 3px; }
body:not(.rtl) .popup_webhook_added .webhook_button .btn.cancellation { margin-left:0;margin-right: 17px; }
body:not(.rtl) .popup_webhook_added .webhook_button .btn img { margin-left:0; margin-right: 5px; }
body:not(.rtl) #automation .all_filters img { margin-left:0; margin-right: 10px; }
body:not(.rtl) #automation .search_col input { padding: 0 20px 0 43px !important; background-position: left 16px center !important;}
.payment_box.hide_box{display:none !important}
#checkout-settings .form-table label span{font-size:18px;vertical-align:text-top;font-weight:400} @media only screen and (max-width:1750px){
.wrap.meshulam_ { padding-left: 20px; }
.popup_webhook_added .wrap { width: 1100px; padding: 30px 35px 30px; }
.popup_webhook_added .webhook_button { margin-top: 30px; }
.popup_webhook_added .webhook_title { padding-bottom: 10px; }
.popup_webhook_added .webhook_containt .left_col h3 { line-height: 27px; margin-bottom: 5px; }
.popup_webhook_added .webhook_containt .left_col label { margin-bottom: 5px; }
body:not(.rtl) #automation .daterangepicker_col{margin-left: 0;}
body:not(.rtl) .wrap.meshulam_ { padding-left: 0; padding-right: 20px; }
} @media only screen and (max-width:1599px){
.popup_webhook_added .wrap { width: 1000px; padding: 30px 35px 30px; margin: 0; }
.toplevel_page_meshulam-payment-setting .meshulam_ .tabbing .tab-content-wrap { padding: 25px; }
#dashboard .colin ul li span { width: 80px; }
#dashboard .colin ul li h4 { width: calc(100% - 80px); padding-right: 15px; font-size: 25px; }
#dashboard .colin h3 { font-size: 24px; padding-bottom: 9px; }
#dashboard .colin .svg_col>img { max-width: 100%; }
#dashboard .colin .datak h5 { font-size: 45px; line-height: 45px; margin: 5px 0; }
#dashboard .colin .mid_col { min-height: 240px; }
.popup_webhook_added .webhook_containt { padding: 25px 25px 0; }
.popup_webhook_added .webhook_containt .right_col { padding-inline-end: 45px; }
.popup_webhook_added .webhook_containt .left_col { padding-inline-start: 45px; }
}
@media only screen and (max-width:1440px){
.meshulam_right_col{width:640px}
.meshulam_left_col{width:calc(100% - 654px)}
.meshulam_acc td#bacs_accounts input[type=text]{min-width:116px}
} @media only screen and (max-width:1399px){
.toplevel_page_meshulam-payment-setting .meshulam_ .tabbing .tab-list .tab-title { font-size: 20px; min-width: 220px; line-height: 55px; }
#dashboard .colin { width: calc(25% - 20px); padding: 30px 15px 20px; }
#dashboard .colin .datak h4, #dashboard .colin .datak p { font-size: 16px; line-height: 20px; }
.popup_webhook_added .wrap { width: 900px; padding: 20px; margin: 0; }
.popup_webhook_added .webhook_containt .right_col { width: calc(100% - 360px);  padding-inline-end: 40px; }
.popup_webhook_added .webhook_containt .left_col { width: 360px; padding-inline-start: 40px; }
}
@media only screen and (max-width:1100px){
.meshulam_right_col{width:100%}
.meshulam_left_col{width:100%}
.meshulam_left_col .wrapper{max-width:100%}
} @media only screen and (max-width:1279px){
.meshulam_ .btn-section a { line-height: 38px; padding: 0 16px; font-size: 16px; }
.meshulam_ .btn-section a:last-child { margin-inline-start: 10px; }
.toplevel_page_meshulam-payment-setting .meshulam_ .tabbing .tab-list .tab-title { font-size: 18px; min-width: 180px; line-height: 50px; }
#dashboard .colin { width: calc(50% - 20px); padding: 30px 15px 20px; }
#dashboard .colin+.colin+.colin{margin-top: 20px;}
#dashboard .colin .svg_col { max-width: 210px; }
#dashboard .colin ul { list-style: none; max-width: 200px; margin: 23px auto; }
#automation .automation_title .right_col { width: calc(100% - 200px); }
#automation .automation_title { align-items: end;}
.toplevel_page_meshulam-payment-setting .meshulam_ .tabbing .tab-content-wrap { padding: 15px; }
.automation_table ul { padding: 0 10px; }
.automation_table ul.title li { font-size: 14px; line-height: 16px; min-height: 52px; }
.automation_table .table_contain ul { padding: 10px; }
.automation_table .table_contain ul li .id_experience,
.automation_table .table_contain ul li .page_id,
.automation_table .table_contain ul li .webhook_id { font-size: 14px; padding: 0 8px; }
.automation_table .table_contain ul li { font-size: 16px; }
body:not(.rtl).toplevel_page_meshulam-payment-setting .meshulam_ .tabbing .tab-list .tab-title { min-width: 170px; }
}
@media only screen and (max-width:1023px){
.meshulam_ .btn-section { position: relative; margin-bottom: 20px; }
.rtl.toplevel_page_meshulam-payment-setting .meshulam_ .tabbing .tab-list .tab-title:last-child{margin-left: 0;}
.toplevel_page_meshulam-payment-setting .meshulam_ .tabbing .tab-list .tab-title { min-width: calc(33.33% - 3.3px); }
.toplevel_page_meshulam-payment-setting .meshulam_ .tabbing .tab-content-wrap { border-radius: 0 0 15px 15px !important; }
.automation_table .table_contain ul li .id_experience,
.automation_table .table_contain ul li .page_id,
.automation_table .table_contain ul li .webhook_id { font-size: 14px; padding: 0 6px; }
.popup_webhook_added .wrap { width: 740px; padding: 20px; margin: 0; }
body:not(.rtl) .wrap.meshulam_ { padding-left: 0; padding-right: 10px; }
}
@media only screen and (max-width:767px){
.single-content{padding:0}
.toplevel_page_meshulam-payment-setting .meshulam_ .title_logo .logo { max-width: 120px; }
.toplevel_page_meshulam-payment-setting .meshulam_ .title_logo .logo img{max-width: 100%;display: block;}
.wrap.meshulam_ { padding-left: 10px; margin: 20px 0 0; }
.meshulam_ h3 { font-size: 22px; }
.wrap.meshulam_ .description { width: 100%; max-width: 100%; }
.wrap.meshulam_ input[type=email], .wrap.meshulam_ input[type=password], .wrap.meshulam_ input[type=text] { width: 100%; max-width: 100%; }
#activation .form-table tr { margin-bottom: 10px; }
.meshulam_ p.submit { margin-top: 20px; }
#dashboard .colin { width: 100%; padding: 30px 15px 20px; margin-bottom: 20px; }
#automation .automation_title .right_col { width: 100%; margin-bottom: 0px; }
#automation .toggle_link { margin-left: 0; width: 100%; }
#automation .toggle_link li { width: 33.33%; }
#automation .toggle_link li a{text-align: center;} .toplevel_page_meshulam-payment-setting .meshulam_ .tabbing .tab-list .tab-title { font-size: 16px; line-height: 45px; }
#automation .daterangepicker_col,
#automation .search_col,
#automation .all_filters { width: 100%; margin-left: 0; margin-bottom: 12px;}
#automation .create_webhook { width: 100%; text-align: center; }
.automation_table .table_contain ul li { font-size: 16px; width: 100% !important; max-width: 100%; margin: 0 auto; margin-left: 0; position: relative; text-align: right; justify-content: flex-start; margin-bottom:0; border-bottom: 1px solid #44444417; padding-inline-start: 105px; padding-top: 9px; padding-bottom: 9px; }
.automation_table .table_contain ul li:last-child{border: none;}
.automation_table .table_contain ul li::before { content: attr(data-title); position: absolute; right: 0; top: 0; font-size: 15px; font-weight: 500; font-family: 'Ploni DL 1.1 AAA'; line-height: 15px; color: #121065; width: 95px; bottom: 0; margin: auto; height: fit-content; }
.automation_table .table_contain ul li::after { content:":"; position: absolute; right: 95px; top: 0; font-size: 15px; font-weight: 500;line-height: 15px; color: #121065; width: 95px; bottom: 0; margin: auto; height: fit-content; }
.automation_table .table_contain ul { padding: 0 10px; margin-bottom: 10px; border: 1px solid #44444417;border-radius: 5px; }
.automation_table .table_contain ul li .url { text-align: right; overflow: visible; -webkit-line-clamp: none; }
.automation_table ul.title{display: none;}
.popup_webhook_added .wrap { width: calc(100% - 20px); padding: 15px 10px; margin: 0; height: 96vh; }
.popup_webhook_added .webhook_title h2 { font-size: 22px; line-height: 30px; }
.popup_webhook_added .webhook_title .close_book_pop { max-width: 28px; }
.popup_webhook_added .webhook_containt { padding: 16px 10px 0; }
.popup_webhook_added .webhook_containt .right_col { width: 100%; padding-left: 0; border: none; }
.popup_webhook_added .webhook_containt .input_data .in { height: 40px; padding: 0 12px; font-size: 14px; }
.popup_webhook_added .webhook_containt .input_data h4 { font-size: 16px; line-height: 22px; margin-bottom: 3px; }
.popup_webhook_added .webhook_containt .input_data{ margin-bottom: 15px; }
.popup_webhook_added .webhook_containt .left_col { width: 100%; padding-right: 0; }
.popup_webhook_added .webhook_containt .left_col label { padding-right: 20px; font-size: 16px; margin-bottom: 6px; }
.popup_webhook_added .webhook_containt { padding: 16px 10px 0; height: calc(100vh - 180px); overflow: auto; display: block;}
.popup_webhook_added .webhook_button .btn { min-width: calc(50% - 5px); font-size: 18px; }
.popup_webhook_added .webhook_button .btn.cancellation { margin-left: 10px; }
.wrap.meshulam_ .description { font-size: 13px; }
body:not(.rtl).toplevel_page_meshulam-payment-setting .meshulam_ .tabbing .tab-list .tab-title { min-width: calc(33.33% - 3.3px); }
body:not(.rtl) .popup_webhook_added .webhook_containt .right_col { border: none; padding: 0; }
body:not(.rtl) .popup_webhook_added .webhook_containt .left_col { width: 100%; padding: 0; }
body:not(.rtl) .popup_webhook_added .webhook_button .btn.cancellation { margin-left: 0; margin-right: 10px; }
body:not(.rtl) .popup_webhook_added .webhook_containt .input_data{margin-bottom: 15px;}
body:not(.rtl) #automation .toggle_link { margin-right: 0; margin-left: 0; }
body:not(.rtl) #automation .search_col { margin-left: 0; }
body:not(.rtl) .automation_table .table_contain ul li::before { right: auto; left: 0; text-align: left; }
body:not(.rtl) .automation_table .table_contain ul li::after { right: auto; left: 0; }
body:not(.rtl) .automation_table .table_contain ul li .url { text-align: left; }
}#wc-bitpay-payment-cc-form select{display:block;min-height:45px;border-radius:5px;padding:0 10px;line-height:45px;width:100%!important;color:#a9a9a9;font-size:1.1em}
#wc-bitpay-payment-cc-form select{position:relative;-webkit-appearance:menulist;appearance:menulist;color:#a9a9a9}
input#meshulam_pay_ccNo{background-image:url(//www.goodlak.co.il/wp-content/plugins/meshulam-payment-gateway/assets/images/card.jpg);background-position:center right 8px;background-size:30px;background-repeat:no-repeat}
body.rtl input#meshulam_pay_ccNo{background-position:left 8px center}
#payment .payment_methods li .payment_box .wc-meshulam-payment-form p{padding-bottom:10px!important;margin:0!important}
#payment .payment_methods li .payment_box .wc-meshulam-payment-form label{position:relative;display:block;width:100%}
#payment .payment_methods li .payment_box .wc-meshulam-payment-form .form-row-radio label::before{display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";margin-right:5px;width:7px;height:7px;border:4px solid #9e9e9e;border-radius:50%;background-color:#9e9e9e;padding:0}
#payment .payment_methods>.wc_payment_method>label.hidden::before{content:"\f10c"!important;color:inherit!important}
#payment .payment_methods li .payment_box .wc-meshulam-payment-form .form-row-radio input[type=radio]:checked+label::before{border-color:#96588a}
#payment .payment_methods li .payment_box .wc-meshulam-payment-form .form-row-radio input[type=radio]{opacity:0;position:absolute;width:0;height:0}
#payment .payment_methods li .payment_box .wc-meshulam-payment-form .form-row #meshulam_pay_desc{display:block;min-height:45px;border-radius:5px;padding:0 10px;line-height:45px;width:100%!important;color:#a9a9a9;font-size:1.1em;background-color:#fff;border:1px solid #a9a9a9;box-shadow:none}
#wc-bitpay-payment-cc-form input ::-webkit-input-placeholder{color:#a9a9a9}
#wc-bitpay-payment-cc-form input :-moz-placeholder{color:#a9a9a9}
#wc-bitpay-payment-cc-form input ::-moz-placeholder{color:#a9a9a9}
#wc-bitpay-payment-cc-form input :-ms-input-placeholder{color:#a9a9a9}
#wc-bitpay-payment-cc-form input :placeholder-shown,#wc-bitpay-payment-cc-form input::placeholder{color:#a9a9a9}
.form-row-wrapper-clear{clear:both}
#payment .payment_methods li .payment_box fieldset .form-row.form-row-select{opacity:0;visibility:hidden;height:0;transition:.3s all ease;-webkit-transition:.3s all ease;-o-transition:.3s all ease;-moz-transition:.3s all ease;padding-top:0;margin:0;padding-bottom:0}
#payment .payment_methods li .payment_box fieldset .form-row.form-row-select.active{opacity:1;visibility:visible;height:45px;margin-bottom:10px;padding:0!important}
#meshulam-iframe-container .payment_loader{position:fixed;top:0;width:100%;height:100%;left:0;background-color:rgba(0,0,0,.1);background-image:url(//www.goodlak.co.il/wp-content/plugins/meshulam-payment-gateway/assets/images/loader1.gif);background-position:center;background-repeat:no-repeat;background-size:50px;display:none;z-index:9999999999;justify-content:center;align-items:center;padding-top:100px}
div#meshulam-iframe-container{margin:0 auto}
li.wc_payment_method.payment_method_bitpay-payment label img{top:5px}
body.rtl .payment_method_bitpay-payment,html[lang=he-IL] .payment_method_bitpay-payment{direction:rtl}
li.wc_payment_method.payment_method_bitpay-payment label img{max-width:60px;vertical-align:top!important}
p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed+p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions+.woocommerce-order-details{display:none}
p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed+p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions+.woocommerce-order-details+.woocommerce-customer-details{display:none}
p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions a+a{display:none}
.meshulam_order_page{padding:50px 0;padding:50px 0;position:fixed;left:0;top:0;z-index:99999;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}
.meshulam_order_page .popup_content{max-width:800px;margin:0 auto;width:100%;background-color:#fff;padding:59px;text-align:center;border-radius:10px}
.meshulam_order_page h1{font-weight:700}
.meshulam_order_page .text{margin-bottom:30px}
.meshulam_order_page p{margin-bottom:0}
.meshulam_order_page a{background-color:#25b1e7;color:#fff;padding:10px 30px;border-radius:5px;margin:5px;border:1px solid transparent;transition:.5 ease all}
.meshulam_order_page a:hover{background-color:#fff;border-color:#25b1e7;color:#25b1e7}
.meshulam_fail_order{min-height:50%}
#payment .payment_methods li .payment_box .wc-meshulam-payment-form label.direct_debit_only{display:none}
#payment .payment_methods li .payment_box fieldset .form-row.form-row-select.active.hide_debit_drop{display:none}
select#woocommerce_meshulam-payment_environment option+option{display:none}
div#meshulam-iframe-container.bit_payment_iframe,div#meshulam-iframe-container.googlepay_payment_iframe{z-index:100;width:100%;height:100%;position:relative;border:0;top:0;right:0;max-width:100%}
.popup_overlay_meshulam div#meshulam-iframe-container.googlepay_payment_iframe{display:flex;align-items:center;justify-content:center}
.popup_overlay_meshulam div#meshulam-iframe-container.googlepay_payment_iframe iframe{width:412px;height:412px;overflow:hidden;background:#fff}
.payment_method_googlepay-payment label img{max-width:45px!important;max-height:45px!important}
#radio-control-wc-payment-method-options-apple-payment__content p{margin:0 0 5px 0}
#radio-control-wc-payment-method-options-apple-payment__content fieldset{border:none;margin:0;padding:0}
#radio-control-wc-payment-method-options-apple-payment__content fieldset .form-row.form-row-radio{display:flex;align-items:center}
#radio-control-wc-payment-method-options-apple-payment__content fieldset .form-row.form-row-radio input[type=radio]{margin:0 5px 0 0}
#radio-control-wc-payment-method-options-apple-payment__content fieldset .form-row.form-row-radio label{margin:0}
#radio-control-wc-payment-method-options-apple-payment__content fieldset select{color:#000;border:1px solid #000;box-shadow:none;outline:0}
li.wc_payment_method.payment_method_bitpay-payment .payment_box.payment_method_bitpay-payment fieldset#wc-bitpay-payment-cc-form{padding:10px}
li.wc_payment_method.payment_method_bitpay-payment .wc-meshulam-payment-form{background-color:#f5f5f5;display:block;padding:1.41575em;cursor:pointer}
@media only screen and (max-width:959px){
.meshulam_order_page .popup_content{max-width:90%}
.meshulam_order_page .popup_content{padding:30px}
}
li.wc_payment_method.payment_method_bitpay-payment .payment_box.payment_method_bitpay-payment fieldset.wc-payment-form.wc-meshulam-payment-form.hide_filed{padding:0!important}
.payment_box.payment_method_bitpay-payment.hide_box{display:none!important}
.payment_box.payment_method_googlepay-payment.hide_box{display:none!important}
li.wc_payment_method.payment_method_bitpay-payment label img{max-width:25px!important}
.payment_box.payment_method_apple-payment.hide_box{display:none!important}
.payment_method_bitpay-payment::before{display:none!important}
.payment_box.payment_method_bitpay-payment .form-row.form-row-radio{padding:0!important;margin:0!important}
.popup_overlay_meshulam div#meshulam-iframe-container.bit_payment_iframe{max-width:100%;height:auto;background:0 0}
.popup_overlay_meshulam .close_popup_bit{display:none}
.bit_iframe{z-index:100;width:100%;height:100%;position:fixed;border:0;top:0;right:0;background-color:transparent!important}
#radio-control-wc-payment-method-options-meshulam-payment__label img{max-width:120px}
#radio-control-wc-payment-method-options-googlepay-payment__label .icon_label img {max-width: 45px;max-height: 45px;} .icon_label{display:flex;justify-content:space-between;align-items: center; width:100%}
.wc-block-components-radio-control-accordion-content p{margin:0}
@media only screen and (max-width:767px){
.single-page-article #meshulam-iframe-container #meshulam-iframe{height:540px}
.single-page-article div#meshulam-iframe-container.bit_payment_iframe{z-index:9!important}
body #meshulam-iframe-container #meshulam-iframe{height:auto;min-height:402px}
body .popup_overlay_meshulam div#meshulam-iframe-container.bit_payment_iframe{width:100%;height:100%}
body .popup_overlay_meshulam{width:100%;height:100%;padding:0}
body .popup_overlay_meshulam #meshulam-iframe-container #meshulam-iframe{height:100%;top:0;position:fixed;left:0}
body .popup_overlay_meshulam div#meshulam-iframe-container{height:100%;top:0}
body .popup_overlay_meshulam .close_popup_meshulam{z-index:999;top:10px;padding:0}
div#meshulam-iframe-container{max-width:310px}
body #meshulam-iframe-container #meshulam-iframe{min-height:432px}
#meshulam-iframe-container{position:relative;min-height:500px}
#meshulam-iframe-container #meshulam-iframe{min-height:500px!important;position:absolute;left:50%;margin:0 auto;min-width:320px;top:0;margin-left:-155px}
body .popup_overlay_meshulam #meshulam-iframe-container #meshulam-iframe{margin:0!important} }.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:var(--wc-form-color-background,#fff);color:var(--wc-form-color-text,#000);border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#444}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#444;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:var(--wp-admin-theme-color,#0073aa);color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid var(--wp-admin-theme-color,#0073aa)}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#444}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid var(--wp-admin-theme-color,#0073aa)}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid var(--wp-admin-theme-color,#0073aa)}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid var(--wp-admin-theme-color,#0073aa)}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:var(--wp-admin-theme-color,#0073aa)}.yith-wcaf-modal{background:#fff;border-radius:var(--yith-wcaf-dashboard--border-radius,10px);display:none;left:50%;max-height:90vh;max-width:600px;padding:40px 20px;position:fixed;top:5vh;transform:translate(-50%,0);width:90vw;z-index:10010}.yith-wcaf-modal .main-close-button{display:block;font-size:1.5em;padding:5px;line-height:1;position:absolute;right:10px;text-decoration:none;top:5px}.yith-wcaf-modal .title{padding:0 20px}.yith-wcaf-modal .title h3{margin-top:0}.yith-wcaf-modal .centered{text-align:center}.yith-wcaf-modal .content{max-height:calc(80vh - 80px);overflow-y:auto;padding:0 20px}.yith-wcaf-modal .content>div{display:block!important}.yith-wcaf-modal .content::-webkit-scrollbar{-webkit-appearance:none;width:6px}.yith-wcaf-modal .content::-webkit-scrollbar-thumb{background-color:var(--yith-wcaf-dashboard--accent-color,var(--proteo-main_color_shade,#448a85));border-radius:var(--yith-wcaf-dashboard--border-radius,10px)}.yith-wcaf-modal .errors{margin-bottom:15px;margin-top:0}.yith-wcaf-open-modal:before{bottom:0;background:rgba(0,0,0,.5);content:"";left:0;position:fixed;right:0;top:0;z-index:10005}.wp-block-yith-yith-wcaf-set-referrer{padding-left:16px;padding-right:16px}.wp-block-yith-yith-wcaf-set-referrer .yith-block-components-set-referrer__form{display:flex;margin-bottom:0;width:100%}.wp-block-yith-yith-wcaf-set-referrer .yith-block-components-set-referrer__form .wc-block-components-text-input{flex-grow:1;margin-bottom:0;margin-top:0}.wp-block-yith-yith-wcaf-set-referrer .yith-block-components-set-referrer__form .yith-block-components-set-referrer__button{flex-shrink:0;height:3em;margin-left:8px;padding-left:24px;padding-right:24px;white-space:nowrap}.yith-wcaf-datepicker.ui-datepicker{background-color:#fff;max-width:300px;font-size:.85em;padding:10px;border:1px solid var(--yith-wcaf-dashboard--border-color,#ccc);margin-top:5px}.yith-wcaf-datepicker.ui-datepicker .ui-datepicker-header{margin-bottom:10px}.yith-wcaf-datepicker.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev{float:left;cursor:pointer}.yith-wcaf-datepicker.ui-datepicker .ui-datepicker-header a.ui-datepicker-next{float:right;cursor:pointer}.yith-wcaf-datepicker.ui-datepicker .ui-datepicker-header .ui-datepicker-title{text-align:center;font-weight:700}.yith-wcaf-datepicker.ui-datepicker table{border:none;border-spacing:5px}.yith-wcaf-datepicker.ui-datepicker table td,.yith-wcaf-datepicker.ui-datepicker table th{border:none;text-align:right;margin-bottom:10px!important}.yith-wcaf-datepicker.ui-datepicker table th{padding:0 5px}.yith-wcaf-datepicker.ui-datepicker table td{padding:0}.yith-wcaf-datepicker.ui-datepicker table td:not(.ui-datepicker-other-month){background-color:#f7f7f7;border:1px solid transparent}.yith-wcaf-datepicker.ui-datepicker table td a{padding:0 5px;display:block;color:#707070}.yith-wcaf-datepicker.ui-datepicker table td:not(.ui-datepicker-other-month).ui-datepicker-current-day,.yith-wcaf-datepicker.ui-datepicker table td:not(.ui-datepicker-other-month):hover{border-color:var(--yith-wcaf-dashboard--accent-color,var(--proteo-main_color_shade,#448a85));background-color:var(--yith-wcaf-dashboard--accent-color,var(--proteo-main_color_shade,#448a85))}.yith-wcaf-datepicker.ui-datepicker table td:not(.ui-datepicker-other-month).ui-datepicker-current-day a,.yith-wcaf-datepicker.ui-datepicker table td:not(.ui-datepicker-other-month):hover a{color:#fff}.yith-wcaf-datepicker.ui-datepicker .ui-datepicker-buttonpane{padding-top:10px;border-top:1px solid #cdcdcd}.yith-wcaf-datepicker.ui-datepicker .ui-datepicker-buttonpane:after{content:"";display:block;clear:both}.yith-wcaf-datepicker.ui-datepicker .ui-datepicker-buttonpane button{font-size:.85em;padding:10px 15px}.yith-wcaf-datepicker.ui-datepicker .ui-datepicker-buttonpane button:first-child{float:left}.yith-wcaf-datepicker.ui-datepicker .ui-datepicker-buttonpane button:last-child{float:right}.yith-wcaf-notice-message{background-color:#f0f5fa;border-radius:var(--yith-wcaf-border--radius,4px);font-style:italic;padding:15px 20px}.yith-wcaf-dashboard .dashboard-title{margin-bottom:20px}.yith-wcaf-dashboard .dashboard-title h3,.yith-wcaf-dashboard .dashboard-title span.view-all{display:inline-block;margin:0 5px 0 0;vertical-align:baseline}.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation{list-style:none;margin:0;margin-bottom:45px;padding:0;position:relative}.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation:after{bottom:0;border-bottom:1px solid var(--yith-wcaf-dashboard--border-color,#ccc);content:"";left:0;position:absolute;width:100%}.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation li{display:inline-block;position:relative;z-index:1}.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation li a{display:block;padding:10px 15px;text-decoration:none;color:var(--yith-wcaf-dashboard--color,var(--proteo-base_font_color,#404040))}.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation li a:hover{color:var(--yith-wcaf-dashboard--accent-color,var(--proteo-main_color_shade,#448a85))}.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation li.is-active{border-bottom:2px solid var(--yith-wcaf-dashboard--accent-color,var(--proteo-main_color_shade,#448a85))}.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation li.is-active a{color:var(--yith-wcaf-dashboard--accent-color,var(--proteo-main_color_shade,#448a85))}.yith-wcaf-dashboard .yith-wcaf-table-top-bar{margin:30px 0}.yith-wcaf-dashboard .yith-wcaf-table-top-bar form{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}.yith-wcaf-dashboard .yith-wcaf-table-top-bar form .table-filters{flex-grow:1}.yith-wcaf-dashboard .yith-wcaf-table-top-bar .apply-filters,.yith-wcaf-dashboard .yith-wcaf-table-top-bar .reset-filters,.yith-wcaf-dashboard .yith-wcaf-table-top-bar .select2,.yith-wcaf-dashboard .yith-wcaf-table-top-bar input,.yith-wcaf-dashboard .yith-wcaf-table-top-bar select{display:inline-block;margin-left:5px;max-width:130px;min-width:0;vertical-align:middle}.yith-wcaf-dashboard .yith-wcaf-table-top-bar .select2,.yith-wcaf-dashboard .yith-wcaf-table-top-bar select{max-width:200px}.yith-wcaf-dashboard .yith-wcaf-table-top-bar .quantity-input{max-width:75px}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;grid-gap:40px;margin-bottom:85px}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box{border:1px solid var(--yith-wcaf-dashboard--border-color,#ccc);border-radius:var(--yith-wcaf-dashboard--border-radius,10px)}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item{display:grid;padding:10px 30px;border-bottom:1px solid var(--yith-wcaf-dashboard--border-color,#ccc);justify-content:space-between;grid-template-columns:repeat(2,1fr);gap:10px;align-items:center}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item:last-child{border-bottom:none}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item.highlight{border-radius:var(--yith-wcaf-dashboard--border-radius,10px);background-color:var(--yith-wcaf-background-color,#f3f3f3);padding:15px}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item.large{grid-template-columns:1fr;padding:30px;text-align:center;flex-direction:column}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item.large .stat-value{font-size:2.5em;text-align:center}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item.affiliate-active-balance .stat-label{text-align:left}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item.affiliate-active-balance .stat-value{font-size:1em;text-align:right}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item.affiliate-active-balance #withdraw_modal_opener_wrapper{grid-column-end:span 2}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item.affiliate-active-balance #withdraw_modal_opener_wrapper.disabled{cursor:not-allowed}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item.affiliate-active-balance #withdraw_modal_opener_wrapper #withdraw_modal_opener{display:block}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item .stat-label{color:var(--yith-wcaf-dashboard--accent-color,var(--proteo-main_color_shade,#448a85));font-weight:var(--yith-wcaf-dashboard-font-weight--bold,700);position:relative}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item .stat-label .desc-tip{position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:10}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item .stat-label .desc-tip .tooltip{text-align:left}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item .stat-value{font-weight:var(--yith-wcaf-dashboard-font-weight--semi-bold,500);text-align:right}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .latest-clicks,.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .latest-commissions{margin-bottom:60px}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal{display:none}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal h4{margin:15px 0}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal small{display:block;margin:15px 0}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .balance-recap{background:url(//www.goodlak.co.il/wp-content/plugins/yith-woocommerce-affiliates-premium/assets/images/money.svg);background-repeat:no-repeat;background-size:auto 50%;background-position:30px;border:1px solid var(--yith-wcaf-dashboard--accent-color,var(--proteo-main_color_shade,#448a85));border-radius:var(--yith-wcaf-dashboard--border-radius,10px);margin-bottom:25px;padding:15px 10px;padding-left:120px}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .balance-recap h4{margin:0}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .balance-recap .affiliate-balance{font-size:30px;font-weight:var(--yith-wcaf-dashboard-font-weight--bold,700)}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .balance-recap .affiliate-balance .woocommerce-Price-currencySymbol{margin-right:10px}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .withdraw-amount{margin-bottom:25px;white-space:nowrap}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .withdraw-amount .woocommerce-Price-currencySymbol{display:inline-block;font-size:24px;line-height:1;vertical-align:middle;width:25px}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .withdraw-amount input{padding:15px 10px;width:calc(100% - 30px)}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .withdraw-notes{display:block;margin-bottom:35px}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .withdraw-notes .error{color:var(--yith-wcaf-dashboard--error,#f44336)}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .billing-info{margin-bottom:35px}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .formatted-address{background:#f2f2f2;border-radius:var(--yith-wcaf-border--radius,4px);color:#5b5b5b;font-size:12px;display:block;line-height:1.6;padding:15px;text-decoration:none;margin-bottom:15px}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .missing-address{background:#f2f2f2;border-radius:var(--yith-wcaf-border--radius,4px);color:#5b5b5b;font-size:12px;display:block;line-height:1.6;padding:15px;text-decoration:none;color:#f44336}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .invoice-modes{list-style:none;margin-bottom:35px;padding:0}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .invoice-modes label{cursor:pointer}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .invoice-modes .invoice-mode-content{margin-bottom:30px;padding-left:30px}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .invoice-modes:not(.both) .invoice-mode>label{display:none;padding:0}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .invoice-modes:not(.both) .invoice-mode .invoice-mode-content{padding-left:0}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .invoice-modes .yith-wcaf-attach-file:before{background:url(//www.goodlak.co.il/wp-content/plugins/yith-woocommerce-affiliates-premium/assets/images/clip.svg);background-size:100% auto;content:"";display:inline-block;height:23px;margin-left:-5px;width:23px;vertical-align:middle}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .invoice-modes #invoice_file{display:none}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .invoice-modes #invoice_type_field{margin-bottom:15px}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .invoice-modes #invoice_type_field>span{column-gap:30px;display:grid;grid-template-columns:repeat(2,1fr)}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .invoice-modes #invoice_type_field>span .col1,.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .invoice-modes #invoice_type_field>span .col2{position:relative}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .invoice-modes #invoice_type_field>span .col1>.radiobutton,.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .invoice-modes #invoice_type_field>span .col1>input,.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .invoice-modes #invoice_type_field>span .col2>.radiobutton,.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .invoice-modes #invoice_type_field>span .col2>input{position:absolute;left:15px;top:50%;transform:translateY(-50%)}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .invoice-modes #invoice_type_field>span .col1 label,.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .invoice-modes #invoice_type_field>span .col2 label{border:1px solid var(--yith-wcaf-dashboard--border-color,#ccc);cursor:pointer;display:block;line-height:1;margin:0;padding:15px 15px 15px 45px}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .invoice-modes .files-list{color:#666;display:inline-block;font-style:italic;margin:0 5px;max-width:150px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .invoice-modes .files-list:before{content:"( "}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .invoice-modes .files-list:after{content:" )"}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal .submit{display:block;margin-bottom:0;padding:15px 25px;width:100%}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal p.form-row{position:relative}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal p.form-row .password-wrapper{display:block;position:relative}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal p.form-row .password-wrapper input[type=password]{padding-right:40px}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal p.form-row .password-wrapper .toggle-button{font-size:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal p.form-row .password-wrapper .toggle-button.click-to-show svg path{fill:var(--yith-wcaf-text-color--light,#A0A0A0)}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal p.form-row .password-wrapper .toggle-button.click-to-hide svg path{fill:var(--yith-wcaf-dashboard--accent-color,var(--proteo-main_color_shade,#448a85))}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal p.form-row .terms-label,.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal p.form-row .woocommerce-privacy-policy-text{font-size:.9em}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal p.form-row span.optional{display:none}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal p.form-row textarea{height:140px}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary #withdraw_modal p.form-row .error-msg{bottom:-25px;color:var(--yith-wcaf-dashboard--error,#f44336);font-size:.75em;left:15px;position:absolute}.yith-wcaf-dashboard .yith-wcaf-dashboard-coupons table.yith-wcaf-table .copy-field-wrapper{display:block;position:relative}.yith-wcaf-dashboard .yith-wcaf-dashboard-coupons table.yith-wcaf-table .copy-field-wrapper input.copy-target{border-style:dashed;color:#999;padding-right:110px}.yith-wcaf-dashboard .yith-wcaf-dashboard-coupons table.yith-wcaf-table .copy-field-wrapper .copy-trigger{cursor:pointer}.yith-wcaf-dashboard .yith-wcaf-dashboard-coupons table.yith-wcaf-table .copy-field-wrapper .copy-trigger:before{background:url(//www.goodlak.co.il/wp-content/plugins/yith-woocommerce-affiliates-premium/assets/images/copy.svg);content:"";display:inline-block;height:15px;margin-right:5px;vertical-align:middle;width:15px}.yith-wcaf-dashboard .yith-wcaf-dashboard-coupons table.yith-wcaf-table .copy-field-wrapper .copy-trigger{color:#434343;font-weight:600;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.yith-wcaf-dashboard .yith-wcaf-dashboard-coupons table.yith-wcaf-table .copy-field-wrapper .copy-confirmation{background:#434343;border-radius:5px;color:#fff;display:none;font-size:.8em;font-weight:400;left:calc(-100% - 50px);padding:3px 10px;position:absolute;top:50%;text-align:center;transform:translateY(-50%)}.yith-wcaf-dashboard .yith-wcaf-dashboard-coupons table.yith-wcaf-table .copy-field-wrapper input{position:absolute;left:-9999px}.yith-wcaf-dashboard .yith-wcaf-dashboard-coupons table.yith-wcaf-table .copy-field-wrapper .copy-trigger{border:1px dashed #ccc;border-radius:2px;cursor:pointer;display:block;font-weight:var(--yith-wcaf-dashboard-font-weight--bold,700);padding:10px;position:static;text-decoration:none;transform:none}.yith-wcaf-dashboard .yith-wcaf-dashboard-coupons table.yith-wcaf-table .copy-field-wrapper .copy-confirmation{left:auto;right:10px;transform:translateY(-50%)}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box{display:grid;margin-bottom:30px}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box.double-column{grid-template-columns:calc(60% - 15px) calc(40% - 15px);column-gap:30px}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box.double-column .additional-info .settings-box{margin:0;border-radius:0;border-top:none}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box.double-column .additional-info .settings-box:first-child{border-top:1px solid var(--yith-wcaf-dashboard--border-color,#ccc);border-top-left-radius:var(--yith-wcaf-dashboard--border-radius,10px);border-top-right-radius:var(--yith-wcaf-dashboard--border-radius,10px)}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box.double-column .additional-info .settings-box:last-child{border-bottom-left-radius:var(--yith-wcaf-dashboard--border-radius,10px);border-bottom-right-radius:var(--yith-wcaf-dashboard--border-radius,10px)}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box{border:1px solid var(--yith-wcaf-dashboard--border-color,#ccc);border-radius:var(--yith-wcaf-dashboard--border-radius,10px);padding:10px 30px;margin-bottom:30px}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box small{display:block;margin:15px 0}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box .toggle-right{padding-right:75px}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box .toggle-right .toggle{float:right;margin-right:-75px}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box #invoice_type_field{margin-bottom:15px}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box #invoice_type_field>span{column-gap:30px;display:grid;grid-template-columns:repeat(2,1fr)}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box #invoice_type_field>span .col1,.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box #invoice_type_field>span .col2{position:relative}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box #invoice_type_field>span .col1>.radiobutton,.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box #invoice_type_field>span .col1>input,.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box #invoice_type_field>span .col2>.radiobutton,.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box #invoice_type_field>span .col2>input{position:absolute;left:15px;top:50%;transform:translateY(-50%)}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box #invoice_type_field>span .col1 label,.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box #invoice_type_field>span .col2 label{border:1px solid var(--yith-wcaf-dashboard--border-color,#ccc);cursor:pointer;display:block;line-height:1;margin:0;padding:15px 15px 15px 45px}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings form:after{content:"";display:block;clear:both}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings input[type=submit]{float:right;margin:0}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings p.form-row{position:relative}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings p.form-row .password-wrapper{display:block;position:relative}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings p.form-row .password-wrapper input[type=password]{padding-right:40px}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings p.form-row .password-wrapper .toggle-button{font-size:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings p.form-row .password-wrapper .toggle-button.click-to-show svg path{fill:var(--yith-wcaf-text-color--light,#A0A0A0)}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings p.form-row .password-wrapper .toggle-button.click-to-hide svg path{fill:var(--yith-wcaf-dashboard--accent-color,var(--proteo-main_color_shade,#448a85))}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings p.form-row .terms-label,.yith-wcaf-dashboard .yith-wcaf-dashboard-settings p.form-row .woocommerce-privacy-policy-text{font-size:.9em}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings p.form-row span.optional{display:none}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings p.form-row textarea{height:140px}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings p.form-row .error-msg{bottom:-25px;color:var(--yith-wcaf-dashboard--error,#f44336);font-size:.75em;left:15px;position:absolute}.yith-wcaf-dashboard [data-tip]{position:relative}.yith-wcaf-dashboard [data-tip] .tooltip{background:rgba(0,0,0,.8);border-radius:5px;color:#fff;display:block;font-size:.8rem;font-weight:400;left:calc(50% - 100px);padding:15px;position:absolute;text-align:center;top:calc(100% + 10px);width:200px;z-index:10}.yith-wcaf-dashboard [data-tip] .tooltip:before{border:5px solid transparent;border-bottom-color:rgba(0,0,0,.8);content:"";display:block;height:1px;left:50%;margin-left:-5px;position:absolute;top:-10px;width:1px}.yith-wcaf-dashboard .desc-tip{line-height:20px;font-size:.8em}.yith-wcaf-dashboard .desc-tip:before{border:2px solid;border-color:var(--yith-wcaf-dashboard--border-color,#ccc);border-radius:50%;color:var(--yith-wcaf-dashboard--border-color,#ccc);content:"?";display:inline-block;font-weight:600;line-height:16px;text-align:center;vertical-align:middle;width:20px}.yith-wcaf-dashboard .desc-tip:hover:before{border-color:var(--yith-wcaf-dashboard--color,var(--proteo-base_font_color,#404040));color:var(--yith-wcaf-dashboard--color,var(--proteo-base_font_color,#404040))}.yith-wcaf-dashboard .yith-wcaf-toggle{display:none}.yith-wcaf-dashboard .yith-wcaf-toggle+.toggle{border:1px solid var(--yith-wcaf-dashboard--border-color,#ccc);border-radius:15px;cursor:pointer;display:inline-block;font-size:.7em;padding:4px 15px;position:relative;text-align:right;width:75px}.yith-wcaf-dashboard .yith-wcaf-toggle+.toggle:before{content:attr(data-text-off)}.yith-wcaf-dashboard .yith-wcaf-toggle+.toggle:after{background-color:var(--yith-wcaf-dashboard--border-color,#ccc);border-radius:100%;content:"";display:block;height:20px;left:5px;position:absolute;top:4px;transition:all .3s ease;width:20px}.yith-wcaf-dashboard .yith-wcaf-toggle:checked+.toggle{border:1px solid var(--yith-wcaf-dashboard--accent-color,var(--proteo-main_color_shade,#448a85));background-color:var(--yith-wcaf-dashboard--accent-color,var(--proteo-main_color_shade,#448a85));color:#fff;text-align:left}.yith-wcaf-dashboard .yith-wcaf-toggle:checked+.toggle:before{content:attr(data-text-on)}.yith-wcaf-dashboard .yith-wcaf-toggle:checked+.toggle:after{background-color:#fff;left:49px}.yith-wcaf-dashboard table.yith-wcaf-table{border-collapse:separate;border-spacing:0 25px;max-width:100%}.yith-wcaf-dashboard table.yith-wcaf-table tr{background:0 0}.yith-wcaf-dashboard table.yith-wcaf-table tr.empty-table td{text-align:center}.yith-wcaf-dashboard table.yith-wcaf-table tr th{text-align:left;padding:0 30px}.yith-wcaf-dashboard table.yith-wcaf-table tr td{border-top:1px solid var(--yith-wcaf-dashboard--border-color,#ccc);border-bottom:1px solid var(--yith-wcaf-dashboard--border-color,#ccc);padding:20px 25px;text-align:left}.yith-wcaf-dashboard table.yith-wcaf-table tr td:first-child{border-left:1px solid var(--yith-wcaf-dashboard--border-color,#ccc);border-top-left-radius:var(--yith-wcaf-border--radius,4px);border-bottom-left-radius:var(--yith-wcaf-border--radius,4px)}.yith-wcaf-dashboard table.yith-wcaf-table tr td:last-child{border-right:1px solid var(--yith-wcaf-dashboard--border-color,#ccc);border-top-right-radius:var(--yith-wcaf-border--radius,4px);border-bottom-right-radius:var(--yith-wcaf-border--radius,4px)}.yith-wcaf-dashboard table.yith-wcaf-table tr .column-amount{text-align:center}.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status{text-align:right}.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge{box-sizing:border-box;color:#fff;display:inline-block;font-size:12px;letter-spacing:.6px;line-height:2.1em;min-width:140px;padding:5px 10px;text-align:center;text-transform:uppercase}.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.not-converted,.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.pending{background-color:var(--yith-wcaf-status--pending--background-color,#cf8300);color:var(--yith-wcaf-status--pending--color,#fff)}.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.completed,.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.converted,.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.enabled,.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.paid{background-color:var(--yith-wcaf-status--completed--background-color,#afb000);color:var(--yith-wcaf-status--completed--color,#fff)}.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.banned,.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.cancelled{background-color:var(--yith-wcaf-status--cancelled--background-color,#cd1927);color:var(--yith-wcaf-status--cancelled--color,#fff)}.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.disabled,.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.not-confirmed,.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.on-hold{background-color:var(--yith-wcaf-status--rejected--background-color,#748c9c);color:var(--yith-wcaf-status--rejected--color,#fff)}.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.pending-payment{background-color:var(--yith-wcaf-status--pending--background-color-payment,#999d84);color:var(--yith-wcaf-status--pending--color-payment,#fff)}.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.refunded{background-color:var(--yith-wcaf-status--refunded--background-color,#730000);color:var(--yith-wcaf-status--refunded--color,#fff)}.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.trash{background-color:var(--yith-wcaf-status--trash--background-color,#c73878);color:var(--yith-wcaf-status--trash--color,#fff)}.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.small{padding:0 5px;min-width:20px}.yith-wcaf-link-generator .link-generator-box{border:1px solid var(--yith-wcaf-dashboard--border-color,#ccc);border-radius:var(--yith-wcaf-dashboard--border-radius,10px);padding:10px 30px;margin-bottom:30px}.yith-wcaf-link-generator .link-generator-box small{display:block;margin:15px 0}.yith-wcaf-link-generator .link-generator-box{display:grid;padding:0}.yith-wcaf-link-generator .link-generator-box.double-column{grid-template-columns:45% 55%}.yith-wcaf-link-generator .link-generator-box.double-column .link-generator{background-color:#fafafa;border-left:1px solid var(--yith-wcaf-dashboard--border-color,#ccc);border-top-right-radius:var(--yith-wcaf-dashboard--border-radius,10px);border-bottom-right-radius:var(--yith-wcaf-dashboard--border-radius,10px)}.yith-wcaf-link-generator .link-generator-box.single-column{grid-template-columns:1fr}.yith-wcaf-link-generator .link-generator-box .affiliate-info,.yith-wcaf-link-generator .link-generator-box .link-generator{box-sizing:border-box;padding:30px}.yith-wcaf-link-generator .link-generator-box .affiliate-info .regular-text,.yith-wcaf-link-generator .link-generator-box .link-generator .regular-text{font-weight:400}.yith-wcaf-link-generator .link-generator-box .affiliate-info .bold-text,.yith-wcaf-link-generator .link-generator-box .link-generator .bold-text{font-weight:var(--yith-wcaf-dashboard-font-weight--bold,700)}.yith-wcaf-link-generator .link-generator-box .affiliate-info p .copy-field-wrapper,.yith-wcaf-link-generator .link-generator-box .link-generator p .copy-field-wrapper{display:block;position:relative}.yith-wcaf-link-generator .link-generator-box .affiliate-info p .copy-field-wrapper input.copy-target,.yith-wcaf-link-generator .link-generator-box .link-generator p .copy-field-wrapper input.copy-target{border-style:dashed;color:#999;padding-right:110px}.yith-wcaf-link-generator .link-generator-box .affiliate-info p .copy-field-wrapper .copy-trigger,.yith-wcaf-link-generator .link-generator-box .link-generator p .copy-field-wrapper .copy-trigger{cursor:pointer}.yith-wcaf-link-generator .link-generator-box .affiliate-info p .copy-field-wrapper .copy-trigger:before,.yith-wcaf-link-generator .link-generator-box .link-generator p .copy-field-wrapper .copy-trigger:before{background:url(//www.goodlak.co.il/wp-content/plugins/yith-woocommerce-affiliates-premium/assets/images/copy.svg);content:"";display:inline-block;height:15px;margin-right:5px;vertical-align:middle;width:15px}.yith-wcaf-link-generator .link-generator-box .affiliate-info p .copy-field-wrapper .copy-trigger,.yith-wcaf-link-generator .link-generator-box .link-generator p .copy-field-wrapper .copy-trigger{color:#434343;font-weight:600;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.yith-wcaf-link-generator .link-generator-box .affiliate-info p .copy-field-wrapper .copy-confirmation,.yith-wcaf-link-generator .link-generator-box .link-generator p .copy-field-wrapper .copy-confirmation{background:#434343;border-radius:5px;color:#fff;display:none;font-size:.8em;font-weight:400;left:calc(-100% - 50px);padding:3px 10px;position:absolute;top:50%;text-align:center;transform:translateY(-50%)}.yith-wcaf-link-generator .link-generator-box .affiliate-info p .copy-field-wrapper .copy-trigger,.yith-wcaf-link-generator .link-generator-box .link-generator p .copy-field-wrapper .copy-trigger{cursor:pointer;display:inline-block;font-size:.8em;margin-left:5px;text-decoration:none}.yith-wcaf-link-generator .link-generator-box .affiliate-info p .copy-field-wrapper .copy-confirmation,.yith-wcaf-link-generator .link-generator-box .link-generator p .copy-field-wrapper .copy-confirmation{left:calc(-100% - 10px)}.yith-wcaf-link-generator .link-generator-box .affiliate-info p:first-child,.yith-wcaf-link-generator .link-generator-box .link-generator p:first-child{margin-top:0}.yith-wcaf-link-generator .link-generator-box .affiliate-info p:last-child,.yith-wcaf-link-generator .link-generator-box .link-generator p:last-child{margin-bottom:0}.yith-wcaf-link-generator .yith-wcaf-share{margin-top:40px}.yith-wcaf-link-generator .yith-wcaf-share h4{margin-top:0;margin-bottom:15px}.yith-wcaf-link-generator .yith-wcaf-share ul{padding:0}.yith-wcaf-current-affiliate .referral-user{margin-top:15px}.yith-wcaf-current-affiliate .referral-user:after{content:"";clear:both;display:block}.yith-wcaf-current-affiliate .referral-user .delete-affiliate{color:#ccc;cursor:pointer;display:none;line-height:16px;margin:0 0 0 12px;overflow:hidden;padding:0 0 .5em;position:absolute;right:10px;text-decoration:none;top:0;vertical-align:middle;width:16px}.yith-wcaf-current-affiliate .referral-user .delete-affiliate:hover{color:#a00}.yith-wcaf-current-affiliate .referral-user .delete-affiliate:before{-webkit-font-smoothing:antialiased;content:"\f158";font-family:Dashicons;font-variant:normal;font-weight:400;height:100%;left:0;line-height:1;margin:0;position:relative;speak:none;text-align:center;text-indent:0;text-transform:none;top:0;width:100%}.yith-wcaf-current-affiliate .referral-user .referral-avatar{float:left}.yith-wcaf-current-affiliate .referral-user .referral-avatar img{border:4px solid #e3e3e3;border-radius:50%}.yith-wcaf-current-affiliate .referral-user .referral-info{margin-left:80px;overflow:hidden}.yith-wcaf-current-affiliate .referral-user .referral-info h3{margin:15px 0 0;padding:0}.yith-wcaf-current-affiliate .referral-user .no-referral-message{font-size:110%;font-style:italic;padding-bottom:15px;text-align:center}.yith-wcaf-current-affiliate .referral-user .no-referral-message:after,.yith-wcaf-current-affiliate .referral-user .no-referral-message:before{content:"-";display:inline-block;margin:0 4px}.yith-wcaf-current-affiliate .referral-user .set-referral{padding-top:15px;position:relative}.yith-wcaf-current-affiliate .referral-user .set-referral:before{border-bottom:1px solid #cdcdcd;content:"";display:block;left:-12px;position:absolute;right:-12px;top:0}.yith-wcaf-current-affiliate .referral-user .set-referral .calculate-commission-button{float:right;height:26px;text-indent:-9999px;width:26px}.yith-wcaf-current-affiliate .referral-user.without-avatar .referral-info{margin-left:0}.yith-wcaf-current-affiliate:hover .referral-user .delete-affiliate{display:inline-block}.yith-wcaf-registration-form .forms-container:not(.col2-set){margin:0 auto;max-width:600px}.yith-wcaf-registration-form .login-form,.yith-wcaf-registration-form .register-form{border-radius:var(--yith-wcaf-dashboard--border-radius,10px);padding:40px 80px}.yith-wcaf-registration-form .login-form p.form-row,.yith-wcaf-registration-form .register-form p.form-row{position:relative}.yith-wcaf-registration-form .login-form p.form-row .password-wrapper,.yith-wcaf-registration-form .register-form p.form-row .password-wrapper{display:block;position:relative}.yith-wcaf-registration-form .login-form p.form-row .password-wrapper input[type=password],.yith-wcaf-registration-form .register-form p.form-row .password-wrapper input[type=password]{padding-right:40px}.yith-wcaf-registration-form .login-form p.form-row .password-wrapper .toggle-button,.yith-wcaf-registration-form .register-form p.form-row .password-wrapper .toggle-button{font-size:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.yith-wcaf-registration-form .login-form p.form-row .password-wrapper .toggle-button.click-to-show svg path,.yith-wcaf-registration-form .register-form p.form-row .password-wrapper .toggle-button.click-to-show svg path{fill:var(--yith-wcaf-text-color--light,#A0A0A0)}.yith-wcaf-registration-form .login-form p.form-row .password-wrapper .toggle-button.click-to-hide svg path,.yith-wcaf-registration-form .register-form p.form-row .password-wrapper .toggle-button.click-to-hide svg path{fill:var(--yith-wcaf-dashboard--accent-color,var(--proteo-main_color_shade,#448a85))}.yith-wcaf-registration-form .login-form p.form-row .terms-label,.yith-wcaf-registration-form .login-form p.form-row .woocommerce-privacy-policy-text,.yith-wcaf-registration-form .register-form p.form-row .terms-label,.yith-wcaf-registration-form .register-form p.form-row .woocommerce-privacy-policy-text{font-size:.9em}.yith-wcaf-registration-form .login-form p.form-row span.optional,.yith-wcaf-registration-form .register-form p.form-row span.optional{display:none}.yith-wcaf-registration-form .login-form p.form-row textarea,.yith-wcaf-registration-form .register-form p.form-row textarea{height:140px}.yith-wcaf-registration-form .login-form p.form-row .error-msg,.yith-wcaf-registration-form .register-form p.form-row .error-msg{bottom:-25px;color:var(--yith-wcaf-dashboard--error,#f44336);font-size:.75em;left:15px;position:absolute}.yith-wcaf-registration-form .login-form{border:1px solid var(--yith-wcaf-border--color,#ededed)}.yith-wcaf-registration-form .register-form{background-color:var(--yith-wcaf-background-color,#f3f3f3)}.yith-wcaf-registration-form .already-an-affiliate-wrapper,.yith-wcaf-registration-form .become-an-affiliate-form,.yith-wcaf-registration-form .pending-request-wrapper,.yith-wcaf-registration-form .rejected-request-wrapper{background-color:var(--yith-wcaf-background-color,#f3f3f3);border-radius:var(--yith-wcaf-dashboard--border-radius,10px);margin:0 auto;max-width:600px;padding:40px 80px;text-align:center}.yith-wcaf-registration-form h3.thank-you,.yith-wcaf-registration-form h3.we-are-sorry{font-weight:400;margin-bottom:30px}.yith-wcaf-registration-form h3.thank-you:before,.yith-wcaf-registration-form h3.we-are-sorry:before{background-size:100% auto;content:"";display:block;height:40px;margin:0 auto 15px;width:40px}.yith-wcaf-registration-form h3.thank-you:before{background-image:url(//www.goodlak.co.il/wp-content/plugins/yith-woocommerce-affiliates-premium/assets/images/circle-check.svg)}.yith-wcaf-registration-form h3.we-are-sorry:before{background-image:url(//www.goodlak.co.il/wp-content/plugins/yith-woocommerce-affiliates-premium/assets/images/circle-cross.svg)}.yith-wcaf-registration-form form{text-align:left}.yith-wcaf-registration-form a.button,.yith-wcaf-registration-form button,.yith-wcaf-registration-form input[type=submit]{padding:25px;width:100%}.yith-wcaf-registration-form .go-to-dashboard{margin-top:50px}@media (max-width:600px){.yith-wcaf-dashboard table.yith-wcaf-table.shop_table_responsive tr td{line-height:1.5;padding:15px 5px;text-align:right}.yith-wcaf-dashboard table.yith-wcaf-table.shop_table_responsive tr td:before{display:inline-block}.yith-wcaf-dashboard table.yith-wcaf-table.shop_table_responsive tr td.column-status{text-align:left}}@media (max-width:768px){.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats{grid-template-columns:100%;row-gap:30px}.yith-wcaf-dashboard table.yith-wcaf-table.shop_table_responsive{border-spacing:0}.yith-wcaf-dashboard table.yith-wcaf-table.shop_table_responsive tr td,.yith-wcaf-dashboard table.yith-wcaf-table.shop_table_responsive tr th{padding:20px 5px}.yith-wcaf-link-generator .link-generator-box.double-column{grid-template-columns:100%}.yith-wcaf-link-generator .link-generator-box.double-column .affiliate-info{border-bottom:1px solid #ccc}.yith-wcaf-link-generator .link-generator-box.double-column .link-generator{border-left:none}table.wp-list-table tr .column-balance,table.wp-list-table tr .column-earnings,table.wp-list-table tr .column-enabled,table.wp-list-table tr .column-line_item_total,table.wp-list-table tr .column-paid,table.wp-list-table tr .column-rate,table.wp-list-table tr .column-refunds{text-align:left!important}table.wp-list-table tr .column-status mark.status-badge{min-width:auto!important;font-size:9px!important}table.wp-list-table tr .column-amount{text-align:left!important;padding:auto!important}#yith_wcaf_panel_commission_details .grid-container{display:block!important}#yith_wcaf_panel_commission_details .grid-container .commission-status mark{display:block;margin-bottom:15px}#yith_wcaf_panel_commission_details .grid-container .commission-details-container{grid-template-columns:auto!important}#yith_wcaf_panel_dashboard #yith_wcaf_dashboard_root .leaderboard-group{grid-template-columns:100%!important}}#yith_wcaf_panel_settings-affiliates-registration table.affiliate-fields tr .column-required{text-align:left!important}.auto-fold .yith-plugin-fw__modal--allow-wp-menu .yith-plugin-fw__modal__wrap{z-index:9999999}@media (max-width:991px){.woocommerce-account .yith-wcaf-dashboard-navigation{display:none}.yith-wcaf-dashboard .yith-wcaf-table-top-bar{display:none}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats{grid-gap:30px}.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-label,.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-value{display:block;float:none!important;text-align:center}.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box.double-column{grid-template-columns:100%}}@media (max-width:1200px){.yith-wcaf-dashboard .yith-wcaf-table-top-bar .table-options{float:none}}.dgwt-wcas-block-scroll{overflow:hidden}.dgwt-wcas-search-wrapp{position:relative;line-height:100%;display:block;color:#444;min-width:230px;width:100%;text-align:left;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dgwt-wcas-tpd-image img{margin:0 15px 0 0!important}.rtl .dgwt-wcas-tpd-image img{margin:0 0 0 15px!important}.dgwt-wcas-preloader-wrapp img{margin:10px auto 0;display:block;max-width:200px}.dgwt-wcas-preloader-wrapp img.dgwt-wcas-placeholder-preloader{display:block;width:100%;height:auto;max-width:300px;margin:0}.dgwt-wcas-suggestions-wrapp{background:#fff;border:1px solid #ddd;border-top:none;padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.dgwt-wcas-details-wrapp *,.dgwt-wcas-search-wrapp *,.dgwt-wcas-suggestions-wrapp *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dgwt-wcas-details-wrapp a:focus,.dgwt-wcas-suggestions-wrapp a:focus{outline:0}.dgwt-wcas-suggestions-wrapp.dgwt-wcas-suggestions-wrapp--top{border:1px solid #ddd;border-bottom:none}.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp{max-width:550px}.dgwt-wcas-full-width.dgwt-wcas-is-detail-box .dgwt-wcas-suggestion{padding:8px 15px}.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px;border-left-color:#eee}.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp{border-radius:0 0 0 5px;border-right-color:#eee}.dgwt-wcas-suggestion{cursor:pointer;font-size:12px;line-height:110%;text-align:left;padding:7px 10px;position:relative;border-bottom:1px solid #dfdfdf;display:flex;flex-direction:row;justify-content:space-between;align-items:center;resize:vertical;width:100%;transition:none!important}.dgwt-wcas-suggestion-nores{font-size:15px;line-height:157%;padding:15px;width:100%}.dgwt-wcas-suggestion-nores p{padding:0;margin:0 0 10px;font-size:18px}.dgwt-wcas-suggestion-nores ol,.dgwt-wcas-suggestion-nores ul{padding:0 0 0 30px;margin:0}.dgwt-wcas-suggestion-nores ul li{list-style:disc}.dgwt-wcas-open-pirx .dgwt-wcas-suggestion-nores{padding:10px 10px 10px 34px}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{justify-content:center;color:#6d6d6d}a.dgwt-wcas-details-more-products{padding:15px 0 10px;display:block;border-top:1px solid #eee;text-align:center;font-size:12px;text-transform:uppercase;color:#6d6d6d;transition:.2s ease-in-out}a.dgwt-wcas-details-more-products:hover,a.dgwt-wcas-details-post-title:hover,a.dgwt-wcas-details-product-title:hover,a.dgwt-wcas-product-details-readmore:hover{text-decoration:underline}a.dgwt-wcas-product-details-readmore{display:block;text-align:right;margin-top:15px;color:#6d6d6d;text-transform:uppercase;letter-spacing:1px;font-weight:400;font-size:12px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax,.dgwt-wcas-suggestion.dgwt-wcas-suggestion-no-border-bottom,body:not(.dgwt-wcas-is-details) .dgwt-wcas-suggestion:last-child{border-bottom:none}.dgwt-wcas-suggestion:after{clear:both;display:block;content:''}.dgwt-wcas-suggestion.dgwt-wcas-nores{cursor:default;opacity:.5}.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product{padding-top:8px;padding-bottom:8px;min-height:60px}.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-history-product,.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product,.dgwt-wcas-suggestion-history-search{min-height:40px}.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more,.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{min-height:30px;text-transform:uppercase}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more{padding:0 10px;text-align:center}.dgwt-wcas-st{display:block;color:#444;font-size:15px;width:100%;line-height:110%}.dgwt-wcas-st .dgwt-wcas-score{color:#8e44ad;font-weight:700;font-size:80%}.dgwt-wcas-st>span{display:inline-block;vertical-align:middle}.dgwt-wcas-has-sku .dgwt-wcas-st-title{margin-right:6px}.dgwt-wcas-st>span.dgwt-wcas-st--direct-headline{display:block;font-style:italic;font-size:10px;text-transform:uppercase;opacity:.4;line-height:10px;margin-bottom:1px;letter-spacing:2px}.dgwt-wcas-st-breadcrumbs{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:80%;text-align:left;opacity:.6;width:100%;padding-right:10px}.rtl .dgwt-wcas-st-breadcrumbs{padding-right:0;padding-left:10px;text-align:right}.dgwt-wcas-sku{font-size:80%}.dgwt-wcas-si{width:50px;display:block;height:100%}.dgwt-wcas-si img{background:#fff;border:1px solid #e8e8e8;border-radius:3px;display:block;margin:auto;padding:2px;height:auto;width:auto;max-height:90%;max-width:100%}.dgwt-wcas-has-img-forced .dgwt-wcas-suggestion-history-product .dgwt-wcas-si,.dgwt-wcas-suggestion-history-search .dgwt-wcas-si{display:flex;align-items:center;justify-content:center}.dgwt-wcas-has-img-forced .dgwt-wcas-suggestion-history-product .dgwt-wcas-si svg,.dgwt-wcas-suggestion-history-search .dgwt-wcas-si svg,.dgwt-wcas-suggestion-searches .dgwt-wcas-si svg{max-width:18px}.dgwt-wcas-has-img:not(.dgwt-wcas-has-img-forced) .dgwt-wcas-suggestion-history-product .dgwt-wcas-si>svg{margin-left:10px}.dgwt-wcas-content-wrapp{display:flex;height:100%;width:100%;justify-content:space-between;align-items:center;resize:vertical;padding-left:10px}.rtl .dgwt-wcas-content-wrapp{padding-left:0;padding-right:10px}.dgwt-wcas-sp{color:#555;font-size:14px;line-height:120%;text-align:right;padding-left:10px}.dgwt-wcas-sp *{line-height:130%}.dgwt-wcas-search-form{margin:0;padding:0;width:100%}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-is-details:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestion-nores,.dgwt-wcas-sd{margin-top:5px}.dgwt-wcas-sp del{opacity:.5;font-size:12px}.dgwt-wcas-sd{color:#777;display:block;line-height:14px;width:100%;font-size:.8em}.dgwt-wcas-vendor-city{margin-left:5px;font-size:.8em}.dgwt-wcas-st>.dgwt-wcas-product-vendor{font-size:12px;margin-top:5px;display:block}.dgwt-wcas-suggestion-selected{background-color:#eee}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type=search].dgwt-wcas-search-input:hover,.dgwt-wcas-tpd-image{background-color:#fff}.dgwt-wcas-suggestion-selected:first-child{border-top:none}.rtl .dgwt-wcas-suggestion{padding-left:0;padding-right:15px;text-align:right}.dgwt-wcas-details-wrapp{background:#fff;border:1px solid #ddd;border-top:none;border-left:none;padding:0;width:300px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:100;min-height:340px}.dgwt-wcas-datails-title,.dgwt-wcas-pd-title{border-bottom:1px dashed #eee;padding-bottom:5px}.rtl .dgwt-wcas-details-wrapp{border-left:1px solid #ddd;border-right:none}.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp{margin-top:-1px;border-top:1px solid #ddd;max-width:300px}.dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{margin-top:-1px;border-top:1px solid #ddd}.dgwt-wcas-details-right .dgwt-wcas-details-wrapp{border-left:none;border-right:1px solid #ddd;border-radius:0 5px 5px 0}.dgwt-wcas-details-left .dgwt-wcas-details-wrapp{border-right:none;border-left:1px solid #ddd;border-radius:5px 0 0 5px}.dgwt-wcas-details-inner,.dgwt-wcas-details-notfit .dgwt-wcas-details-wrapp{display:none}.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp,.rtl.dgwt-wcas-full-width .dgwt-wcas-details-wrapp{border-radius:0 0 0 5px}.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.rtl.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px}.dgwt-wcas-details-inner.dgwt-wcas-details-inner-active,.dgwt-wcas-details-wrapp .added_to_cart,.dgwt-wcas-has-desc .dgwt-wcas-sp>*,.dgwt-wcas-has-img .dgwt-wcas-sp>*{display:block}.dgwt-wcas-details-inner-taxonomy{margin-top:11px}.woocommerce .dgwt-wcas-pd-rating .star-rating{float:left;margin-right:5px;font-size:12px;color:#ccae72}.rtl .dgwt-wcas-pd-rating .star-rating{float:right;margin-left:5px;margin-right:0}.dgwt-wcas-datails-title{font-size:14px}.dgwt-wcas-pd-title{color:#202020}.dgwt-wcas-pd-title .product-title{color:#202020;text-transform:uppercase;margin:0}.dgwt-wcas-tax-product-details{text-decoration:none;display:flex;align-items:center;justify-content:left;transition:.2s ease-in-out;padding:5px;margin:0 -5px 15px}.dgwt-wcas-pd-rating:after,.dgwt-wcas-tax-product-details:after{content:'';clear:both;display:block}.dgwt-wcas-tax-product-details:hover{box-shadow:0 0 11px 2px rgba(0,0,0,.05)}.rtl .dgwt-wcas-tax-product-details{justify-content:right}.dgwt-wcas-details-wrapp .dgwt-wcas-pd-title{margin-bottom:8px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-preloader,.dgwt-wcas-tpd-image{margin-right:15px}.dgwt-wcas-pd-rest .product-title{display:block;line-height:100%;font-weight:500;margin-bottom:5px}.dgwt-wcas-tpd-rest{max-width:200px}.dgwt-wcas-tpd-rest-title{display:block;line-height:125%;font-size:14px;font-weight:500;letter-spacing:0;margin:0 0 8px;overflow:hidden;color:#000}.dgwt-wcas-pd-price,.dgwt-wcas-tpd-price{line-height:120%;overflow:hidden;color:#000;margin-top:15px;font-weight:700;font-size:18px}.dgwt-wcas-tpd-price{font-size:12px;color:#777}.dgwt-wcas-pd-price .woocommerce-price-suffix,.dgwt-wcas-tpd-price .woocommerce-price-suffix{font-size:12px;font-weight:lighter;color:#999;margin-left:4px;display:inline-block}.dgwt-wcas-details-title-tax,.dgwt-wcas-pd-title .product-title{font-weight:900;letter-spacing:-1px;text-transform:uppercase}.dgwt-wcas-pd-price del .amount,.dgwt-wcas-tpd-price del .amount{font-weight:lighter;background:0 0;font-size:90%;opacity:.6}.dgwt-wcas-pd-price ins,.dgwt-wcas-tpd-price ins{background:0 0;text-decoration:none}.dgwt-wcas-pd-rating{font-size:13px;line-height:13px}.dgwt-wcas-pd-review{color:#777;font-size:11px;line-height:11px}.dgwt-wcas-datails-title{display:block;margin:5px 0 15px}.dgwt-wcas-pd-title{margin-bottom:15px;display:block;text-decoration:none}.dgwt-wcas-details-title-tax{margin-right:3px}.rtl .dgwt-wcas-details-title-tax{margin:0 0 0 3px;float:right}.dgwt-wcas-tpd-image{width:70px;padding:4px;border:1px solid #e8e8e8;border-radius:4px;display:flex;flex-direction:column;justify-content:center}.dgwt-wcas-details-space{padding:0 15px 15px}.dgwt-wcas-details-main-image{border-bottom:1px solid #eee;min-height:200px;display:flex}.dgwt-wcas-details-main-image img{width:auto;height:auto;display:block;max-height:250px;max-width:100%;margin:0 auto;padding:0;border:none;align-self:center}.dgwt-wcas-details-right .dgwt-wcas-details-main-image img{border-radius:0 3px 0 0}.dgwt-wcas-details-left .dgwt-wcas-details-main-image img{border-radius:3px 0 0}a.dgwt-wcas-details-post-title,a.dgwt-wcas-details-product-title{color:#333;display:block;line-height:120%;margin:10px 0 0;font-size:21px;font-weight:400;text-decoration:none;text-transform:none}a.dgwt-wcas-details-post-title{margin-bottom:15px}.dgwt-wcas-details-product-sku{display:block;font-size:12px;line-height:110%;color:#999}.dgwt-wcas-tpd-image img{display:block;max-width:100%;width:100%;height:auto}.dgwt-wcas-details-hr{height:1px;width:100%;border-bottom:1px solid #eee;margin:15px 0}.rtl .dgwt-wcas-tpd-image{float:right;margin-right:0;margin-left:15px}.rtl .dgwt-wcas-tpd-rest{float:right;max-width:190px}.rtl input[type=search].dgwt-wcas-search-input{text-align:right}input[type=search].dgwt-wcas-search-input,input[type=text].dgwt-cas-search-input{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;-webkit-box-shadow:none;box-shadow:none;margin:0;-webkit-appearance:textfield;text-align:left}[type=search].dgwt-wcas-search-input::-ms-clear{display:none}[type=search].dgwt-wcas-search-input::-webkit-search-decoration{-webkit-appearance:none}[type=search].dgwt-wcas-search-input::-webkit-search-cancel-button{display:none}.dgwt-wcas-details-desc{font-size:13px;line-height:157%}.dgwt-wcas-details-desc b,.dgwt-wcas-details-desc strong{font-weight:400;color:#000;margin:0;padding:0}.dgwt-wcas-pd-addtc-form{margin:10px 0;display:flex;align-items:center;justify-content:flex-end}.dgwt-wcas-pd-addtc-form>.quantity{margin-right:10px}.dgwt-wcas-pd-addtc-form .add_to_cart_inline,.dgwt-wcas-pd-addtc-form .quantity input.qty{margin-bottom:0;margin-top:0}.dgwt-wcas-stock{display:block;text-align:right;font-size:14px;line-height:14px;margin-bottom:14px}.dgwt-wcas-stock.in-stock{color:#0f834d}.dgwt-wcas-stock.out-of-stock{color:#e2401c}.dgwt-wcas-pd-addtc .add_to_cart_button,.dgwt-wcas-pd-addtc .add_to_cart_inline{margin:0}.dgwt-wcas-has-headings .dgwt-wcas-st>span.dgwt-wcas-st--direct-headline,.dgwt-wcas-layout-icon .dgwt-wcas-icon-preloader,.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon,.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow,.dgwt-wcas-om-bar .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon,.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon-arrow,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-enable-mobile-form,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-icon-handler,.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body:not(.dgwt-wcas-theme-flatsome)>:not(.dgwt-wcas-overlay-mobile),.dgwt-wcas-pd-addtc .add_to_cart_button.added,.dgwt-wcas-search-icon-arrow,.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open:not(.dgwt-wcas-has-submit) .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier,.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before,.dgwt-wcas-voice-search-supported.dgwt-wcas-search-filled .dgwt-wcas-voice-search,body .dgwt-wcas-content-wrapp .rood,body .dgwt-wcas-content-wrapp .zwave{display:none}button.dgwt-wcas-search-submit,input[type=submit].dgwt-wcas-search-submit{position:relative}.dgwt-wcas-ico-magnifier{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;height:65%;display:block}.dgwt-wcas-preloader{height:100%;position:absolute;right:0;top:0;width:40px;z-index:-1;background-repeat:no-repeat;background-position:right 15px center;background-size:auto 44%}.dgwt-wcas-voice-search{position:absolute;right:0;top:0;height:100%;width:40px;z-index:1;opacity:.5;cursor:pointer;align-items:center;justify-content:center;display:none;-webkit-transition:160ms ease-in-out;-moz-transition:160ms ease-in-out;-ms-transition:160ms ease-in-out;-o-transition:160ms ease-in-out;transition:160ms ease-in-out}.dgwt-wcas-close:hover,.dgwt-wcas-style-pirx .dgwt-wcas-voice-search:hover,.dgwt-wcas-voice-search:hover{opacity:.3}.dgwt-wcas-voice-search path{fill:#444}.dgwt-wcas-voice-search-supported .dgwt-wcas-voice-search{display:flex}.dgwt-wcas-voice-search-supported .dgwt-wcas-preloader{right:40px}.rtl .dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search,.rtl .dgwt-wcas-preloader,.rtl .dgwt-wcas-voice-search{right:auto;left:5px}.dgwt-wcas-mobile-overlay-trigger-active .dgwt-wcas-voice-search{z-index:105}.rtl .dgwt-wcas-voice-search-supported .dgwt-wcas-preloader{right:auto;left:45px}.dgwt-wcas-inner-preloader{background-repeat:no-repeat;background-position:right 8px center;background-size:auto 22px;display:flex;align-items:center;justify-content:center;z-index:1}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.dgwt-wcas-inner-preloader{background-image:url(//www.goodlak.co.il/wp-content/plugins/ajax-search-for-woocommerce-premium/assets/img/preloader.gif)}}.dgwt-wcas-loader-circular{height:24px;width:24px;-webkit-animation:2s linear infinite rotate;-moz-animation:2s linear infinite rotate;animation:2s linear infinite rotate}.dgwt-wcas-loader-circular-path{fill:transparent;stroke-linecap:round;stroke-width:4px;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:1s ease-in-out infinite dash;-moz-animation:1s ease-in-out infinite dash;animation:1s ease-in-out infinite dash;stroke:#ddd}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes rotate{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@-moz-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-transition:160ms ease-in-out;-moz-transition:160ms ease-in-out;-ms-transition:160ms ease-in-out;-o-transition:160ms ease-in-out;transition:160ms ease-in-out;z-index:1}.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):before{content:'';display:block;position:absolute;background:0 0;height:100%;width:100%;left:0;bottom:0;top:0;right:0;margin:auto}.dgwt-wcas-close path{fill:#ccc}@media screen and (max-width:992px){.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp{max-width:none}}.dgwt-wcas-suggestion strong{font-weight:700}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.dgwt-wcas-sf-wrapp:after,.dgwt-wcas-sf-wrapp:before{content:"";display:table}.dgwt-wcas-sf-wrapp:after{clear:both}.dgwt-wcas-sf-wrapp{zoom:1;width:100%;max-width:100vw;margin:0;position:relative;background:0 0}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{width:100%;height:40px;font-size:14px;line-height:100%;padding:10px 15px;margin:0;background:#fff;border:1px solid #ddd;border-radius:3px;-webkit-border-radius:3px;-webkit-appearance:none;box-sizing:border-box}.dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,.dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{font-size:16px}.dgwt-wcas-open .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:3px 3px 0 0}.dgwt-wcas-layout-icon-open.dgwt-wcas-style-pirx .dgwt-wcas-search-icon-arrow,.dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-details-wrapp .dgwt-wcas-preloader-wrapp,.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp{display:none!important}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-suggestions-wrapp{min-height:0!important;border-radius:0 0 5px 5px;border-right-color:#ddd}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{min-height:41px!important}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.rtl):not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp{border-right-color:transparent}.rtl.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp{border-left-color:transparent}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{outline:0;background:#fff;box-shadow:0 0 9px 1px rgba(0,0,0,.06);-webkit-transition:150ms ease-in;-moz-transition:150ms ease-in;-ms-transition:150ms ease-in;-o-transition:150ms ease-in;transition:150ms ease-in}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{overflow:visible;position:absolute;border:0;padding:0 15px;margin:0;cursor:pointer;height:40px;min-width:50px;width:auto;line-height:100%;min-height:100%;right:0;left:auto;top:0;bottom:auto;color:#fff;-webkit-transition:250ms ease-in-out;-moz-transition:250ms ease-in-out;-ms-transition:250ms ease-in-out;-o-transition:250ms ease-in-out;transition:250ms ease-in-out;text-transform:uppercase;background-color:#333;border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;text-shadow:0 -1px 0 rgba(0,0,0,.3);-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none}.rtl .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:0;right:auto}.dgwt-wcas-open .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit{border-radius:0 2px 0 0}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover,.dgwt-wcas-sugg-hist-clear:hover{opacity:.7}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus{opacity:.7;outline:0}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{content:'';position:absolute;border-width:8px 8px 8px 0;border-style:solid solid solid none;border-color:transparent #333;top:12px;left:-6px;-webkit-transition:250ms ease-in-out;-moz-transition:250ms ease-in-out;-ms-transition:250ms ease-in-out;-o-transition:250ms ease-in-out;transition:250ms ease-in-out}.rtl .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{left:auto;right:-6px;border-width:8px 0 8px 8px;border-style:solid none solid solid}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active:before,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus:before,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before{border-right-color:#333}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::-moz-focus-inner{border:0;padding:0}.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{min-height:340px;overflow:visible}.dgwt-wcas-is-details .dgwt-wcas-si{width:30px;max-width:100%;box-sizing:border-box}.dgwt-wcas-is-details .dgwt-wcas-sp{display:flex;top:0;flex-direction:column;height:100%;justify-content:center;resize:vertical}.dgwt-wcas-is-details .dgwt-wcas-sd{font-size:11px;line-height:100%}.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat],.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag]{padding-left:15px;min-height:0}.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat] .dgwt-wcas-st,.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag] .dgwt-wcas-st{padding-left:0}.dgwt-wcas-ico-magnifier,.dgwt-wcas-ico-magnifier-handler,html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{max-width:20px}.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{height:50%;margin:auto;max-height:20px;width:100%;max-width:20px;left:12px;right:auto;opacity:.5;fill:#444}.rtl .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{left:auto;right:12px}.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:10px 15px 10px 40px}.rtl .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:10px 40px 10px 15px}.dgwt-wcas-overlay-mobile-on,.dgwt-wcas-overlay-mobile-on body{overflow:hidden;min-width:100vw;min-height:100vh}html.dgwt-wcas-overlay-mobile-on{scroll-behavior:unset}.dgwt-wcas-om-bar{display:flex;height:45px;width:100%}.dgwt-wcas-om-bar button.dgwt-wcas-om-return,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:active,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:focus,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:hover{width:45px;height:100%;display:block;background:#ccc;cursor:pointer;position:relative;margin:0;padding:0;box-shadow:none;outline:0;border:none;border-spacing:0;border-radius:0}.dgwt-wcas-om-bar .dgwt-wcas-om-return svg{width:23px;height:23px;position:absolute;left:12px;top:12px;fill:#fff}.rtl .dgwt-wcas-om-bar .dgwt-wcas-om-return svg{left:11px;top:9px;-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{fill:#fff}.dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader{right:0!important}.rtl .dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader{left:4px!important;right:auto!important}.rtl .dgwt-wcas-om-bar .dgwt-wcas-style-pirx.dgwt-wcas-has-submit-off .dgwt-wcas-preloader{left:10px!important;right:auto!important}@keyframes dgwt-wcas-preloader-price-anim{0%,100%{background:rgba(128,128,128,.03)}50%{background:rgba(128,128,128,.1)}}.dgwt-wcas-preloader-price-inner div:first-child{left:0;animation-delay:-.1s}.dgwt-wcas-preloader-price-inner div:nth-child(2){left:13px;animation-delay:-.2s}.dgwt-wcas-preloader-price-inner div:nth-child(3){left:26px;animation-delay:-.3s}.dgwt-wcas-preloader-price{width:34px;height:10px;display:inline-block;overflow:hidden;background:0 0}.dgwt-wcas-preloader-price-inner{width:100%;height:100%;position:relative;transform:translateZ(0) scale(1);backface-visibility:hidden;transform-origin:0 0}.dgwt-wcas-preloader-price-inner div{position:absolute;width:8px;height:8px;background:rgba(128,128,128,.05);animation:.8s cubic-bezier(0,.5,.5,1) infinite dgwt-wcas-preloader-price-anim;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-ms-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile{width:calc(100% - 45px);max-width:none;margin:0}.dgwt-wcas-overlay-mobile .dgwt-wcas-search-form,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestion{width:100%}.dgwt-wcas-overlay-mobile{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;background:#fff}.dgwt-wcas-overlay-mobile *{box-sizing:border-box}.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input{height:45px!important;border-top:none;border-right:none;border-left:none;border-radius:0;font-size:16px!important}.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input:focus{font-size:16px!important}.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp{left:0!important;top:45px!important;width:100%!important;height:calc(100% - 45px)!important;position:absolute;overflow-y:auto;border:none;margin:0;display:block}.dgwt-wcas-enable-mobile-form{position:absolute;z-index:100;left:0;top:0;width:100%;height:100%;cursor:pointer;display:block}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-mobile .dgwt-wcas-search-form{display:none;position:relative}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-icon-mobile{min-width:0;display:inline-block;width:28px;height:28px}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler{height:100%;width:100%}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler .dgwt-wcas-ico-magnifier{opacity:1;position:static;max-width:none;max-height:none}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body{overflow:auto}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios{overflow:visible}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios .dgwt-wcas-suggestions-wrapp{max-height:none!important;height:auto!important}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{min-width:unset}.menu .dgwt-wcas-search-icon,html:not(.dgwt-wcas-overlay-mobile-on) .menu .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{width:auto}.dgwt-wcas-layout-icon-flexible .dgwt-wcas-search-form,.dgwt-wcas-layout-icon-flexible-inv .dgwt-wcas-search-form{opacity:0}.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon-flexible-loaded),.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon-flexible-loaded) .dgwt-wcas-search-form,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon-flexible-loaded),.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon-flexible-loaded) .dgwt-wcas-search-form{max-width:20px;min-width:unset}.dgwt-wcas-icon-preloader{margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.dgwt-wcas-layout-icon-flexible-loaded .dgwt-wcas-search-form{opacity:1}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form{opacity:0;display:none;position:absolute;left:0;top:calc(100% + 8px);min-width:500px;z-index:1000}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-form{display:block;opacity:1}.dgwt-wcas-search-icon{width:20px;height:auto;cursor:pointer;display:block}li.menu-item a.dgwt-wcas-search-icon{padding-right:0;padding-left:0}.dgwt-wcas-ico-magnifier-handler{margin-bottom:-.2em;width:100%}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon{opacity:.6}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:15px}.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon-arrow{display:block;position:absolute;top:calc(100% + 2px);left:0;z-index:5;width:15px;height:15px;background:#fff;border:1px solid #ddd;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline{pointer-events:none;display:block;font-weight:500;white-space:nowrap}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2{display:block;font-weight:500;white-space:nowrap;cursor:default;font-size:14px;margin-top:5px;margin-bottom:15px}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2 .dgwt-wcas-st{padding-bottom:3px;margin-top:16px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st{border-bottom:1px solid #ddd;padding-bottom:3px;text-transform:uppercase;margin-top:16px;font-size:12px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-tax .dgwt-wcas-st{padding:0}.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax.dgwt-wcas-suggestion-selected,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax:hover{background:0 0;text-decoration:underline}.dgwt-wcas-is-details .dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax{min-height:30px}.dgwt-wcas-sugg-hist-clear{cursor:pointer;text-decoration:underline;display:inline-block;margin-left:2px}.dgwt-wcas-darkened-overlay{display:block;position:absolute;opacity:.15;z-index:100000;left:0;top:0}.dgwt-wcas-darkened-overlay>div{background:#111;position:absolute}.dgwt-wcas-search-wrapp.dgwt-wcas-search-darkoverl-on .dgwt-wcas-search-form{background-color:rgba(17,17,17,.15);border:none;border-radius:0}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{background:#fff;padding:10px;border-radius:10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp{padding-top:0;padding-bottom:0}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:13px 24px 13px 48px;line-height:24px;font-size:17px;border:2px solid transparent;border-radius:30px;height:auto;font-family:Roboto,sans-serif;background-color:#eee}.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px 5px}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{box-shadow:none;transition:30ms ease-in}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{background-color:#dfdfdf}.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:#333}.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:30px}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{background:0 0;border-radius:100%;border:0;display:flex;align-items:center;justify-content:center;padding:0;margin:0;position:absolute;min-height:33px;min-width:33px;height:33px;width:33px;left:23px;top:21px;pointer-events:none;transition:none}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg{width:18px;height:18px}.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:auto;right:28px;pointer-events:auto;animation:.3s fadeIn}.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:24px;padding-right:48px;transition:none!important}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover{opacity:1;background:#e4e4e4;box-shadow:0 0 0 2px #e4e4e4;border-radius:100%}.dgwt-wcas-style-pirx .dgwt-wcas-preloader{margin-right:35px}.rtl .dgwt-wcas-style-solaris .dgwt-wcas-preloader,.rtl .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{margin-left:4px}.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){transition:none;width:18px}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path,.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path,.dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path,.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{fill:#111}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{opacity:1;font-style:normal;font-weight:300;color:#777}.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp{border-color:#fff;padding-top:10px;padding-bottom:10px}.dgwt-wcas-open-pirx .dgwt-wcas-details-inner,.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion{padding-left:20px;padding-right:20px}.dgwt-wcas-open-pirx .dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion,.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-details-wrapp{border-right:1px solid #ddd}.dgwt-wcas-open-pirx .dgwt-wcas-details-outside .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{margin-top:0;border-top:none}.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp{border-right:none}.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-details-wrapp{border-left:1px solid #ddd}.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp{border-left:none}.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{min-height:70px!important}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:0;background:0 0;padding:0 10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:transparent}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{background-color:transparent}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp{border-top:1px solid #e0e2e5}.dgwt-wcas-open-pirx .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp,.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return{background:#fff}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return svg{left:17px;top:16px;width:17px;height:17px}.dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:20px;top:1px;opacity:1}.rtl .dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:auto;left:50px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:5px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{right:5px!important}.rtl .dgwt-wcas-overlay-mobile .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{left:5px!important;right:auto!important}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp{background:0 0;padding:4px;border-radius:10px 10px 0 0}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-top:10px;padding-bottom:10px;line-height:normal;font-size:14px}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:15px;top:7px}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:auto;right:23px}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{background:#fff;box-shadow:0 0 0 1px #eee}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:#333;box-shadow:none}.dgwt-wcas-open-pirx-compact .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx-compact .dgwt-wcas-suggestions-wrapp{margin-top:1px}.dgwt-wcas-suggestions-wrapp-fixed{position:fixed!important}.elementor-widget-fibosearch-posts::after{content:""!important}.dgwt-wcas-posts-results-grid{display:flex;flex-wrap:wrap;grid-gap:20px;justify-content:flex-start}.dgwt-wcas-posts-results-grid-item{width:calc(25% - 15px);margin-bottom:30px}