:root {
--cookieadmin-primary-color: #001d39;
--cookieadmin-primary-hover-color: #985e23;
--cookieadmin-secondary-color: #0046b2;
--cookieadmin-secondary-hover-color: #0065ff;
--cookieadmin-txcolor: #0f172a;
--cookieadmin-green-txtcolor: #3a8356;
--cookieadmin-warning-txtcolor: #9c7930;
--cookieadmin-red-txtcolor: #b55355;
--cookieadmin-green-color: #15a448;
--cookieadmin-warning-color: #e9b306;
--cookieadmin-red-color: #dd2727;
} .cookieadmin_cookie_modal label, .cookieadmin_cookie_modal input {
padding: 5px;
margin-right: 5px;
font-size: 15px;
}
.cookieadmin_cookie_modal label{
font-weight: 501;
}
.cookieadmin_bottom{
bottom:20px;
}
.cookieadmin_top{
top: 20px;
}
.cookieadmin_right{
right: 15px;
}
.cookieadmin_left{
left:15px;
} @keyframes cookieadmin_slideUp {
from {
transform: translateY(100%);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
@keyframes cookieadmin_slideSide {
from {
transform: translateX(-100%);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
}   .cookieadmin_law_container{
position: fixed;
width: 25%;
box-sizing: border-box;
z-index: 99999;
display: none;
}
.cookieadmin_consent_btns{
align-content: center;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
.cookieadmin_box{ width: 25%;
box-sizing: border-box;
display: none;
}
.cookieadmin_notice_group{
display: flex;
flex-direction: column;
gap: 10px; align-items: flex-start;
}
.cookieadmin_consent_inside{
color: black;
background-color: #FFFFFF;
border: 1px solid #f4f4f4;
padding:15px;
border-radius: 4px;
box-shadow:1px 3px 10px rgba(0, 0, 0, 0.2);
}
#cookieadmin_notice_title{
font-weight: 601;
margin: 0px;
padding-left: 5px;
}
.cookieadmin_notice_con{
font-size: initial;
padding: 0px 6px;
flex: 1;
}
.cookieadmin_cookie_modal{
display: none;
flex-direction: column;
position: fixed;
max-height: 80vh;
background-color: #FFFFFF;
border: 1px solid #F4F4F4;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
z-index: 999999;
}
.cookieadmin_center{
top: 10%;
left: 22%;
max-width: 60vw;
}
.cookieadmin_side{
flex-direction: column;
position: fixed;
width: 35vw;
bottom: 0px;
animation: 0.5s ease-out forwards cookieadmin_slideSide;
max-height: 100vh;
left: 0px;
top: 0px;
border-radius: 0px;
}
.cookieadmin_down{
position: fixed;
max-width: 100%;
max-height: 55vh;
bottom: 0px;
animation: 0.5s ease-out forwards cookieadmin_slideUp;
}
.cookieadmin_modal_overlay{
display: none; 
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); 
z-index: 1000;
}
.cookieadmin_mod_head{
display: flex;
justify-content: space-between;
}
.cookieadmin_mod_head, .cookieadmin_wrapper{
padding: 15px;
border-bottom: 1px solid #CCCCCC;
}
.cookieadmin_close_pref{
background: none;
border: none;
align-self: baseline;
color: gray;
cursor: pointer;
padding: 0px;
}
.cookieadmin_preference_title{
font-size: 20px;
font-weight: 801;
margin: 9px;
}
.cookieadmin_preference_details{
padding: 0px 10px;
}
.cookieadmin_preference{
overflow: auto;
font-size: 15px;
height: auto;
padding: 10px 0px;
}
.cookieadmin_details_wrapper{
padding: 0px 15px;
height: calc(100% - 6%);
overflow: auto;
scrollbar-width: thin;
}
.cookieadmin_types{
padding: 10px 10px;
border-top: 1px solid #CCCCCC;
}
.cookieadmin_header{
display: flex;
justify-content: space-between;
}
.cookieadmin_header > span > label{
cursor:pointer;
}
.cookieadmin_remark{
display:none;
justify-self:right;
}
.cookieadmin_act{
display: inline;
color: #1863dc;
}
.cookieadmin-modal-cookies-list{
display:none;
padding:1px;
border-radius: 10px;
margin: 0px 20px;
margin-right: 4rem;
font-size: smaller;
font-size: 1rem;
text-align: center;
}
.cookieadmin_desc{
padding:5px 20px;
font-size: 15px;
padding-right: 4rem;
}
.cookieadmin_footer{
left: 0px;
padding: 15px;
flex-wrap: wrap;
width: 100%;
}
.cookieadmin_modal_footer{
left: 0px;
padding: 15px;
flex-wrap: wrap;
border-top: 1px solid #CCCCCC;
}
button.cookieadmin_btn{
background-color: transparent;
border: 1px solid gray;
color: #1863dc;
padding: 0.4rem 0.9rem;
border-radius: 4px;
margin: 2px 5px;
cursor: pointer;
flex: auto;
text-wrap: auto;
}
.cookieadmin_btn:hover{
opacity: 0.8;
}
.cookieadmin_show_pref_cookies{
cursor: pointer;
font-size: 18px;
font-family: initial;
}
button.cookieadmin_re_consent{
display: none;
position: fixed;
bottom: 15px;
left: 15px;
background-color: #374FD4;
height: 50px;
width: 50px;
border-radius: 50% !important;
cursor: pointer;
border: 0px;
z-index: 99999;
padding: 5px !important;
box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.4);
align-items: center;
justify-content: center;
}
.cookieadmin-cookie-card {
background: ghostwhite;
border-radius: 10px;
padding: 16px;
font-family: 'Open Sans', 'Segoe UI', sans-serif;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
margin: 10px auto;
text-align: left;
}
.cookieadmin-cookie-header {
display: flex;
justify-content: space-between;
font-size: 1rem;
margin-bottom: 6px;
}
.cookieadmin-cookie-name {
font-weight: bold;
color: #333;
}
.cookieadmin-cookie-duration {
font-size: 0.85rem;
}
.cookieadmin-cookie-duration > b {
font-weight: bold;
}
.cookieadmin-cookie-description {
font-size: 0.9rem;
margin-bottom: 12px;
}
.cookieadmin-cookie-tags {
display: flex;
gap: 8px;
}
.cookieadmin-tag {
background: #e0e0e0;
padding: 4px 10px;
border-radius: 12px;
font-size: 0.75rem;
color: #333;
}  .cookieadmin_toggle {
position: relative;
display: inline-block;
width: 24px;
height: 11px;
} .cookieadmin_toggle input{
display: none;
} .cookieadmin_slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 21px;
width: 34px;
background-color: gray;
transition: .4s;
border-radius: 34px;
} .cookieadmin_slider:before {
position: absolute;
content: "";
height: 15px;
width: 15px;
left: 3.2px;
bottom: 3.2px;
background-color: white;
transition: .2s;
border-radius: 50%;
} input:checked+.cookieadmin_slider {
background-color: #3582c4;
} input:checked+.cookieadmin_slider:before {
transform: translateX(13px);
} .cookieadmin_law_container .cookieadmin-poweredby{
margin-top: 10px;
}
.cookieadmin_modal_footer_links .cookieadmin-poweredby{
margin-left: auto;
}
.cookieadmin-poweredby a img{
height: 15px;
}
.cookieadmin-poweredby a{
color : unset;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
font-size: 11px;
gap: 2px;
text-decoration: none;
}
.cookieadmin_modal_footer .cookieadmin-poweredby a{
justify-content: end;
}
#cookieadmin-gpc-toast{
display:flex;
visibility: hidden;
position: fixed;
bottom: 24px;
right: 24px;
color: #ffffff;
padding: 10px 14px;
border-radius: 6px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
align-items: center;
justify-content: space-between;
gap: 10px;
font-size: 14px;
z-index: 99999;
opacity: 0;
transform: translateY(20px);
transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
line-height:1.5;
}
#cookieadmin_gpc_override{
padding-bottom:10px;
} .cookieadmin_policy_link_box{
display: flex;
justify-content: space-around;
font-size: 13px;
flex-wrap: wrap;
}
.cookieadmin_modal_policy_link_box{
display: flex;
gap: 5px;
font-size: 13px;
flex-wrap: wrap;
}
.cookieadmin_modal_footer_links{
display:flex;
justify-content:space-between;
margin:9px 9px 0 9px;
} @media (max-width: 767px) {
.cookieadmin_center{
top: 10%;
left: 5%;
max-width: 90vw;
}
.cookieadmin_show_pref_cookies{
font-size: 14px;
}
.cookieadmin_law_container, .cookieadmin_box{
width: 90%;
}
.cookieadmin_side{
width: 100%;
}
} @media (min-width: 768px) and (max-width: 991px) {
.cookieadmin_box{
width: 45%;
}
} @media (min-width: 992px) and (max-width: 1199px) {
.cookieadmin_box{
width: 35%;
}
} @media (min-width: 1200px) and (max-width: 1360px) {
.cookieadmin_box{
width: 30%;
}
} @media (min-width: 768px) {
.cookieadmin_notice_group {
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.cookieadmin_notice_con {
flex: 1; }
.cookieadmin_consent_btns {
flex-shrink: 0;
}
}
@media (max-width:480px){
.cookieadmin_consent_inside .cookieadmin_btn {
width: 100%;
margin: 5px 0;
}
.cookieadmin_modal_footer{
padding: 8px;
}
}@font-face {
font-family: 'added-to-cart-popup-woocommerce';
src:  url(//www.compiu.co.il/wp-content/plugins/added-to-cart-popup-woocommerce/assets/css/fonts/added-to-cart-popup-woocommerce.eot?7r0p13);
src:  url(//www.compiu.co.il/wp-content/plugins/added-to-cart-popup-woocommerce/assets/css/fonts/added-to-cart-popup-woocommerce.eot?7r0p13#iefix) format('embedded-opentype'),
url(//www.compiu.co.il/wp-content/plugins/added-to-cart-popup-woocommerce/assets/css/fonts/added-to-cart-popup-woocommerce.ttf?7r0p13) format('truetype'),
url(//www.compiu.co.il/wp-content/plugins/added-to-cart-popup-woocommerce/assets/css/fonts/added-to-cart-popup-woocommerce.woff?7r0p13) format('woff'),
url(//www.compiu.co.il/wp-content/plugins/added-to-cart-popup-woocommerce/assets/css/fonts/added-to-cart-popup-woocommerce.svg?7r0p13#added-to-cart-popup-woocommerce) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="xoo-cp-icon-"], [class*=" xoo-cp-icon-"] { font-family: 'added-to-cart-popup-woocommerce' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.xoo-cp-icon-spinner:before {
content: "\e97b";
}
.xoo-cp-icon-cross:before {
content: "\ea0d";
}
.xoo-cp-icon-check:before {
content: "\ea10";
} .xoo-cp-opac {
z-index: 99998;
background-color: black;
opacity: 0.6;
position: fixed;
display: none;
}
.xoo-cp-opac,.xoo-cp-modal , .xoo-cp-cont-opac{
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.xoo-cp-modal {
position: fixed;
text-align: center;
z-index: 99998;
overflow: auto;
opacity: 0;
visibility: hidden;
transform: scale(0.7);
}
.xoo-cp-active{
transition: visibility 0.4s ease-out, opacity 0.4s ease-out, transform 0.4s ease-out;
visibility: visible;
opacity: 1;
transform: scale(1);
}
.xoo-cp-cont-opac{
z-index: 1;
background-color: white;
opacity: 0.5;
position: absolute;
}
.xoo-cp-modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em;
}
.xoo-cp-container {
display: inline-block;
max-width: 650px;
border: #a0a0a0 solid 1px;
background: #fff;
position: relative;
vertical-align: middle;
width: 90%;
text-align: left;
box-shadow: 0 0 10px rgba(0,0,0,.4);
border-radius: 5px;
padding: 15px;
}
span.xoo-cp-close {
font-size: 29px;
position: absolute;
right: -13px;
top: -11px;
background-color: #fff;
border-radius: 50%;
cursor: pointer;
}
.xoo-cp-success, .xoo-cp-error {
padding: 10px;
border: 1px solid transparent;
border-radius: 4px;
display: block;
text-align: left;
}
.xoo-cp-error {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
margin-top: 10px;
}
.xoo-cp-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.xoo-cp-atcn{
overflow: auto;
padding: 10px;
border: 1px solid transparent;
border-radius: 4px;
display: block;
text-align: left;
margin-bottom: 15px;
}
.xoo-cp-atcn .xoo-cp-icon-check{
margin-right: 5px;
}
.xoo-cp-btns{
margin: 0 auto;
clear: both;
text-align: center;
}
a.xcp-btn{
width: 30%;
text-transform: uppercase;
text-align: center;
cursor: pointer;
padding: 8px 0;
display: inline-block;
margin-right: 5px;
}
@keyframes xoo-cp-spin {
100%{ transform: rotate(360deg); transform: rotate(360deg); }
}
.xoo-cp-icon-spinner{
animation: xoo-cp-spin 575ms infinite linear;
display: inline-block;
}
td.xoo-cp-ptitle a{
font-weight: 600;
font-size: 18px;
}
td.xoo-cp-pimg{
width: 20%;
}
.xoo-cp-pdetails{
width: 100%;
display: block;
overflow: auto;
}
td.xoo-cp-pprice{
font-size: 20px;
margin: 15px 0;
width: 15%;
}
td.xoo-cp-pqty{
min-width: 90px;
}
.xoo-cp-pdetails td.xoo-cp-remove{
width: 5%;
font-size: 20px;
}
.xoo-cp-pdetails td{
vertical-align: middle;
text-align: center;
}
.xoo-cp-pdetails td.xoo-cp-ptitle{
text-align: left;
}
.xoo-cp-ptotal{
display: table;
float: right;
margin-right: 25px;
font-size: 18px;
padding: 10px 0;
border-top: 1px solid #e5e5e5;
}
.xcp-ptotal{
font-size: 23px;
}
td.xoo-cp-remove .xoo-cp-remove-pd{
font-size: 20px;
color: #ea0a0a;
cursor: pointer;
}
td.xoo-cp-ptitle{
width: 45%;
padding-left: 5px;
}
.xoo-cp-preloader{
position: fixed;
top: 47%;
left: 47%;
transform: translate(-50%,-50%);
z-index: 2;
animation: xoo-cp-spin 575ms infinite linear;
font-size: 45px;
}
@keyframes xoo-cp-spin {
from {
transform:rotate(0deg);
}
to {
transform:rotate(360deg);
}
}
@-ms-keyframes xoo-cp-spin {
from { -ms-transform: rotate(0deg); }
to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes xoo-cp-spin {
from { -moz-transform: rotate(0deg); }
to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes xoo-cp-spin {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); }
}
.xoo-cp-outer{
display: none;
}
.xoo-cp-variations{
font-size: 13px;
}
.xoo-cp-variations .variation {
overflow: auto;
margin-top: 5px;
}
.xoo-cp-variations .variation dt{
margin: 0 5px 0 0;
float: left;
}
.xoo-cp-variations .variation dd{
margin: 0 10px 0 0;
float: left;
} @media only screen and (max-width: 500px) {
a.xcp-btn{
width: 80%;
margin: 5px 0;
}
span.xcp-ptotal , .xoo-cp-ptotal{
font-size: 15px;
}
td.xoo-cp-pimg{
display: none;
}
td.xoo-cp-ptitle a , td.xoo-cp-pprice{
font-size: 14px;
}
}
span.xcp-minus {
border-right-width: 1px;
border-right-style: solid;
}
span.xcp-plus {
border-left-width: 1px;
border-left-style: solid;
}
span.xcp-plus, span.xcp-minus {
display: inline-block;
text-align: center;
cursor: pointer;
float: left;
width: 21px;
}
input[type=number].xoo-cp-qty{
border: 0!important;
text-align: center;
display: inline-block;
height: 100%;
line-height: 100%;
padding: 0;
max-width: 50px;
margin: 0;
}
input.xoo-cp-qty::-webkit-outer-spin-button,
input.xoo-cp-qty::-webkit-inner-spin-button { -webkit-appearance: none;
margin: 0; }
.xoo-cp-qtybox{
border-width: 1px;
border-style: solid;
position: relative;
display: inline-block;
font-weight: 700;
height: 37px;
line-height: 35px;
display: flex;
align-items: center;
justify-content: center;
}
.xoo-cp-added,.xoo-cp-adding{
margin-left: 5px;
}
.xoo-cp-notice-box{
left: 0;
right: 0;
bottom: 50px;
position: fixed;
z-index: 100000;
}
.xoo-cp-notice-box > div{
display: table;
margin: 0 auto;
background-color: #333;
padding: 10px 20px;
color: white;
font-weight: 500;
font-size: 15px;
}
.xoo-cp-notice ul.woocommerce-error a.button{
display: none;
}
.xoo-cp-notice ul.woocommerce-error{
margin: 0;
}
.xoo-cp-variations .variation:last-of-type {
display: none;
}
.xoo-cp-variations .variation:first-of-type {
display: block;
}