.ps-container{-ms-touch-action:auto;touch-action:auto;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999;height:11px}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999;width:11px}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:0px;height:15px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x{height:11px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:0;width:15px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y{width:11px}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999;height:11px}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999;width:11px}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}.ps-theme-wcspc {
-ms-touch-action: none;
touch-action: none;
overflow: hidden !important;
-ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
.ps-theme-wcspc {
overflow: auto !important;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps-theme-wcspc {
overflow: auto !important;
}
}
.ps-theme-wcspc.ps-active-x > .ps-scrollbar-x-rail,
.ps-theme-wcspc.ps-active-y > .ps-scrollbar-y-rail {
display: block;
background-color: transparent;
}
.ps-theme-wcspc.ps-in-scrolling {
pointer-events: none;
}
.ps-theme-wcspc.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
background-color: rgba(0, 0, 0, .2);
opacity: 0.9;
}
.ps-theme-wcspc.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
background-color: rgba(0, 0, 0, .2);
}
.ps-theme-wcspc.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
background-color: rgba(0, 0, 0, .2);
opacity: 0.9;
}
.ps-theme-wcspc.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
background-color: rgba(0, 0, 0, .2);
}
.ps-theme-wcspc > .ps-scrollbar-x-rail {
display: none;
position: absolute; opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
bottom: 0; height: 10px;
}
.ps-theme-wcspc > .ps-scrollbar-x-rail > .ps-scrollbar-x {
position: absolute; background-color: rgba(0, 0, 0, .2);
border-radius: 0;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
bottom: 0; height: 10px;
}
.ps-theme-wcspc > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-theme-wcspc > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
height: 10px;
}
.ps-theme-wcspc > .ps-scrollbar-y-rail {
display: none;
position: absolute; opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
right: 0; width: 10px;
border-radius: 5px;
}
.ps-theme-wcspc > .ps-scrollbar-y-rail > .ps-scrollbar-y {
position: absolute; background-color: rgba(0, 0, 0, .4); transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
right: 0; width: 4px;
border-radius: 2px;
}
.ps-theme-wcspc > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-theme-wcspc > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
width: 10px;
border-radius: 5px;
}
.ps-theme-wcspc:hover.ps-in-scrolling {
pointer-events: none;
}
.ps-theme-wcspc:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
background-color: rgba(0, 0, 0, .2);
opacity: 0.9;
}
.ps-theme-wcspc:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
background-color: rgba(0, 0, 0, .2);
}
.ps-theme-wcspc:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
background-color: rgba(0, 0, 0, .2);
opacity: 0.9;
}
.ps-theme-wcspc:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
background-color: rgba(0, 0, 0, .2);
}
.ps-theme-wcspc:hover > .ps-scrollbar-x-rail,
.ps-theme-wcspc:hover > .ps-scrollbar-y-rail {
opacity: 0.6;
}
.ps-theme-wcspc:hover > .ps-scrollbar-x-rail:hover {
background-color: rgba(0, 0, 0, .2);
opacity: 0.9;
}
.ps-theme-wcspc:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
background-color: rgba(0, 0, 0, .2);
}
.ps-theme-wcspc:hover > .ps-scrollbar-y-rail:hover {
background-color: rgba(0, 0, 0, .2);
opacity: 0.9;
}
.ps-theme-wcspc:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
background-color: rgba(0, 0, 0, .2);
}@font-face {
font-family: 'ata_smart_fly_cart';
src: url(//KORISTUSHULLUD.EE/wp-content/plugins/woocommerce-modal-fly-cart-pro/assets/css/fonts/ata_smart_fly_cart.eot?);
src: url(//KORISTUSHULLUD.EE/wp-content/plugins/woocommerce-modal-fly-cart-pro/assets/css/fonts/ata_smart_fly_cart.eot?#iefix) format('embedded-opentype'),
url(//KORISTUSHULLUD.EE/wp-content/plugins/woocommerce-modal-fly-cart-pro/assets/css/fonts/ata_smart_fly_cart.woff?) format('woff'),
url(//KORISTUSHULLUD.EE/wp-content/plugins/woocommerce-modal-fly-cart-pro/assets/css/fonts/ata_smart_fly_cart.ttf?) format('truetype'),
url(//KORISTUSHULLUD.EE/wp-content/plugins/woocommerce-modal-fly-cart-pro/assets/css/fonts/ata_smart_fly_cart.svg?#ata_smart_fly_cart) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="wcspc-icon-"], [class*=" wcspc-icon-"] { font-family: 'ata_smart_fly_cart' !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;
}
.wcspc-icon-loading:before {
content: "\E832";
}
.wcspc-icon-cart1:before {
content: "\E800";
}
.wcspc-icon-cart2:before {
content: "\E801";
}
.wcspc-icon-cart3:before {
content: "\0030";
}
.wcspc-icon-cart4:before {
content: "\E803";
}
.wcspc-icon-cart5:before {
content: "\E804";
}
.wcspc-icon-cart6:before {
content: "\E805";
}
.wcspc-icon-cart7:before {
content: "\E806";
}
.wcspc-icon-cart8:before {
content: "\F217";
}
.wcspc-icon-cart9:before {
content: "\F218";
}
.wcspc-icon-cart10:before {
content: "\F291";
}
.wcspc-icon-close:before {
content: "\E809";
}
.wcspc-icon-remove:before {
content: "\E807";
}@keyframes spinner {
to {
transform: rotate(360deg); } }
@-webkit-keyframes spinner {
to {
-webkit-transform: rotate(360deg); } }
@keyframes shake {
10%, 90% {
transform: translate3d(-1px, 0, 0); }
20%, 80% {
transform: translate3d(2px, 0, 0); }
30%, 50%, 70% {
transform: translate3d(-4px, 0, 0); }
40%, 60% {
transform: translate3d(4px, 0, 0); } }
.wcspc-area.wcspc-area-loading:before {
content: '\E832';
font-family: 'ata_smart_fly_cart';
font-size: 24px;
-webkit-font-smoothing: antialiased;
text-align: center;
line-height: 24px;
color: #ffffff;
display: block;
width: 24px;
height: 24px;
margin-top: -12px;
margin-left: -12px;
position: absolute;
vertical-align: baseline;
top: 50%;
left: 50%;
z-index: 97;
-webkit-animation: spinner 1s linear infinite;
-moz-animation: spinner 1s linear infinite;
-ms-animation: spinner 1s linear infinite;
-o-animation: spinner 1s linear infinite;
animation: spinner 1s linear infinite; }
.wcspc-area.wcspc-area-loading:after {
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
position: absolute;
top: 0;
left: 0; 
}
.wcspc-count {
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
background-color: #ffffff;
display: block;
cursor: pointer;
position: fixed;
left: 40px;
bottom: 40px;
z-index: 99999997;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.wcspc-count:hover {
bottom: 45px; 
}
.wcspc-count i {
font-size: 24px;
line-height: 60px;
color: #444444; 
}
.wcspc-count span {
position: absolute;
top: -10px;
right: -10px;
height: 28px;
width: 28px;
font-size: 12px;
line-height: 28px;
text-align: center;
background: #9b5c8f;
color: #ffffff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.wcspc-count.wcspc-count-bottom-right {
right: 40px;
left: auto;
}
.wcspc-count.wcspc-count-top-left {
top: 40px;
bottom: auto; 
}
.wcspc-count.wcspc-count-top-left:hover {
top: 45px; 
}
.wcspc-count.wcspc-count-top-right {
top: 40px;
right: 40px;
bottom: auto;
left: auto; 
}
.wcspc-count.wcspc-count-top-right:hover {
top: 45px; 
}
.wcspc-count.wcspc-count-loading i {
display: none; 
}
.wcspc-count.wcspc-count-loading:before {
content: '\E832';
font-family: 'ata_smart_fly_cart';
font-size: 24px;
-webkit-font-smoothing: antialiased;
text-align: center;
line-height: 24px;
color: #444444;
display: block;
width: 24px;
height: 24px;
margin-top: -12px;
margin-left: -12px;
position: absolute;
vertical-align: baseline;
top: 50%;
left: 50%;
-webkit-animation: spinner 1s linear infinite;
-moz-animation: spinner 1s linear infinite;
-ms-animation: spinner 1s linear infinite;
-o-animation: spinner 1s linear infinite;
animation: spinner 1s linear infinite;
}
.wcspc-count.wcspc-count-shake {
animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px; 
}
.wcspc-count.wcspc-count-hide {
display: none !important; 
}
.wcspc-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
z-index: 99999998; 
}
body.wcspc-body-show .wcspc-overlay {
opacity: 1;
visibility: visible; 
} .wcspc-area {
position: fixed;
top: 0;
left: 100%;
width: 80%;
max-width: 320px;
height: 100%;
max-height: 100%;
box-sizing: border-box;
text-align: left;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
z-index: 99999999;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;  
}
.wcspc-area .wcspc-close {
position: absolute;
top: 0px;
width: 32px;
height: 32px;
display: block;
cursor: pointer;
opacity: 0;
visibility: hidden;
font-size: 20px;
color: #fff;
text-align: center;
line-height: 32px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; 
}
.wcspc-area .wcspc-close:hover {
opacity: 1;
visibility: visible;
}
.wcspc-area.wcspc-area-show .wcspc-close {
opacity: .7;
visibility: visible; 
} .wcspc-area.wcspc-effect-01 {
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
.wcspc-area.wcspc-effect-01 .wcspc-close {
left: -32px;
}
.wcspc-area.wcspc-effect-01.wcspc-area-show {
-webkit-transform: translate3d(-320px, 0, 0);
transform: translate3d(-320px, 0, 0); 
}
@media only screen and (max-width: 420px) {
.wcspc-area.wcspc-effect-01.wcspc-area-show {
-webkit-transform: translate3d(-254px, 0, 0);
transform: translate3d(-254px, 0, 0); 
}
} .wcspc-area.wcspc-effect-02 {
left: 0;
width: 80%;
text-align: left;
-webkit-transform: translate3d(-320px, 0, 0);
transform: translate3d(-320px, 0, 0); 
}
.wcspc-area.wcspc-effect-02 .wcspc-close {
right: -32px;
left:auto;
}
.wcspc-area.wcspc-effect-02.wcspc-area-show {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
} .wcspc-area.wcspc-effect-03 {
top: -100%;
left:50%;
max-height: 80%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.wcspc-area.wcspc-effect-03 .wcspc-close {
right: -32px;
}
.wcspc-area.wcspc-effect-03.wcspc-area-show {
top:0;
} .wcspc-area.wcspc-effect-04 {
top: auto;
bottom: -100%;
left: 50%;
max-height: 80%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.wcspc-area.wcspc-effect-04.wcspc-area-show {
bottom: 0; 
}
.wcspc-area.wcspc-effect-04 .wcspc-close {
right: -32px;
} .wcspc-area.wcspc-effect-05 {
top: 40%;
opacity: 0;
left: 50%;
max-height: 80%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
visibility:hidden;
}
.wcspc-area.wcspc-effect-05 .wcspc-close {
right: -32px;
}
.wcspc-area.wcspc-effect-05.wcspc-area-show {
opacity: 1;
visibility: visible;
top: 50%;
} .wcspc-area {
background-color:#E0E0E0;
font-family:Helvetica, Arial, sans-serif;
font-size: 14px;
display: flex;
flex-direction: column;
padding: 20px 0;
}
.wcspc-area a, .wcspc-area input, .wcspc-area p {
font-family: Helvetica, Arial, sans-serif; 
}
.wcspc-area .wcspc-area-top {
flex-grow: 1;
position: relative;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: hidden;
} .wcspc-item {
padding: 0 20px;
margin:0px 0px 15px 0px;
} .wcspc-area-top.wcspc-items .wcspc-item a {
text-decoration: none;
outline: none; 
}
.wcspc-area-top.wcspc-items .wcspc-item:first-child .wcspc-item-inner {
border-top: 1px dashed #eeeeee;
}
.wcspc-area-top.wcspc-items .wcspc-item .wcspc-item-inner {
padding: 10px 0px 10px 10px;
display: table;
width: 90%;
background-color: #ffffff;
border-bottom: 1px dashed #eeeeee;
margin: 0;
box-sizing: border-box;
position: relative;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px; 
}
.wcspc-area-top.wcspc-items .wcspc-item .wcspc-item-inner > div {
display: table-cell;
vertical-align: middle; 
}
.wcspc-area-top.wcspc-items .wcspc-item-thumb {
width: 50px; 
}
.wcspc-area-top.wcspc-items .wcspc-item-thumb img {
width: 40px;
height: 40px;
display:block;
margin-right: 10px;
box-shadow: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.wcspc-area-top.wcspc-items .wcspc-item-title {
display: block;
font-size: 14px;
font-weight: 700;
margin-bottom: 5px;
line-height: 1.2;
}
.wcspc-area-top.wcspc-items .wcspc-item-title a {
text-decoration: none;
color: #222222; 
}
.wcspc-area-top.wcspc-items .wcspc-item-data,
.wcspc-area-top.wcspc-items .wcspc-item-data .wcspc-item-price {
font-size: 12px;
font-weight: 400;
line-height: 1.2;
margin-bottom: 5px;
display: block;
}
.wcspc-area-top.wcspc-items .wcspc-item-data span {
text-transform: capitalize;
}
.wcspc-area-top.wcspc-items .wcspc-item-data del {
color: #999999;
}
.wcspc-area-top.wcspc-items .wcspc-item-data ins {
background: none;
}
.wcspc-area-top.wcspc-items  .wcspc-item-price span {
font-size: 12px !important;
font-weight: 400 !important;
}
.wcspc-area-top.wcspc-items  .wcspc-item-qty {
width: 40px;
}
.wcspc-area-top.wcspc-items .wcspc-item-qty .wcspc-item-qty-inner {
position: relative;
}
.wcspc-area-top.wcspc-items .wcspc-item-qty .wcspc-item-qty-inner input {
width: 40px;
height: 28px;
line-height: 28px;
padding: 0;
text-align: center;
border: none;
outline: none;
display: block;
color: #444444;
background-color: #eeeeee;
-moz-appearance: textfield;
font-size: 12px;
font-weight: 400; 
}
.wcspc-area-top.wcspc-items input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.wcspc-area-top.wcspc-items  .wcspc-item-qty-plus,
.wcspc-area-top.wcspc-items  .wcspc-item-qty-minus {
width: 40px;
height: 16px;
line-height: 16px;
text-align: center;
color: #444444;
background-color: #eeeeee;
font-size: 12px;
font-weight: 400;
position: absolute;
display: block;
cursor: pointer;
}
.wcspc-area-top.wcspc-items  .wcspc-item-qty-plus:hover,
.wcspc-area-top.wcspc-items  .wcspc-item-qty-minus:hover{
background-color: #dddddd;
}
.wcspc-area-top.wcspc-items  .wcspc-item-qty-plus{
top: -17px;
left: 0; 
}
.wcspc-area-top.wcspc-items  .wcspc-item-qty-minus {
bottom: -17px;
left: 0; 
}
.wcspc-area-top.wcspc-items .wcspc-item-inner .wcspc-item-remove {
position: absolute;
top: 50%;
right: 0px;
transform: translate(30px, -50%);
display: block;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
outline: none;
text-decoration: none;
border: none;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.wcspc-area-top.wcspc-items .wcspc-item-inner .wcspc-item-remove:before {
color:#FFF;
font-size: 20px;
} .wcspc-area-bot {
padding: 15px 20px 0 20px;
margin: 0;
}
.wcspc-area .wcspc-area-bot .wcspc-total .wcspc-total-inner {
display: table;
padding: 0;
width: 100%;
border-collapse: separate;
color: #222222;
line-height: 1;
padding-bottom:15px;
}
.wcspc-area .wcspc-area-bot .wcspc-total .wcspc-total-inner > div {
display: table-cell;
width: 50%;
}
.wcspc-area .wcspc-area-bot .wcspc-total .wcspc-total-inner > div.wcspc-total-left {
text-align: left;
}
.wcspc-area .wcspc-area-bot .wcspc-total .wcspc-total-inner > div.wcspc-total-right {
text-align: right;
font-size: 18px;
font-weight: 700; 
}
.wcspc-area .wcspc-area-bot .wcspc-action .wcspc-action-inner {
display: table;
width: 100%;
border-collapse: separate; 
}
.wcspc-area-bot .wcspc-action .wcspc-action-inner > div {
display: table-cell;
width: 50%; 
}
.wcspc-area-bot .wcspc-action .wcspc-action-inner > div.wcspc-action-left {
padding-right: 5px;
}
.wcspc-area-bot .wcspc-action .wcspc-action-inner > div.wcspc-action-right {
padding-left: 5px; 
}
.wcspc-area-bot .wcspc-action .wcspc-action-inner > div a {
height: 40px;
line-height: 36px;
text-align: center;
padding: 0 10px;
box-sizing: border-box;
background-color: #ffffff;
color: #9b5c8f;
font-weight: 700;
border: 2px solid #ffffff;
text-decoration: none;
display: inline-block;
width: 100%;
text-transform: uppercase;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; 
}
.wcspc-area-bot .wcspc-action .wcspc-action-inner > div a:hover {
background-color: transparent;
color: #ffffff; 
}
.wcspc-area-bot .wcspc-continue {
text-align: center;
margin-top: 15px; 
}
.wcspc-area-bot .wcspc-continue span {
color: #ffffff;
text-transform: uppercase;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; 
}
.wcspc-area-bot .wcspc-continue span:hover {
opacity: .7;
}
.wcspc-no-item, .wcspc-area.wcspc-style-01 .wcspc-error {
text-align: center;
color: #ffffff; 
}
.wcspc-area .wcspc-no-item, .wcspc-area .wcspc-error {
text-align: center;
color: #222222; 
}
.wcspc-area.wcspc-style-05:after {
content: '';
top: 0;
left: 0;
z-index: -1;
position: absolute;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(157, 94, 145, 0.97) 100%);
background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(157, 94, 145, 0.97) 100%);
background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(157, 94, 145, 0.97) 100%);
background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(157, 94, 145, 0.97) 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(157, 94, 145, 0.97) 100%); 
}
.wcspc-item-info .variation{
display:block;
padding-top:5px;	
}
.wcspc-item-info .variation,.wcspc-item-info.variation dt,.wcspc-item-info .variation dd{
font-size:12px;
line-height:16px;	
}@font-face {
font-family: 'mobmenu';
src: url(//KORISTUSHULLUD.EE/wp-content/plugins/mobile-menu/includes/css/font/mobmenu.woff2?31192480) format('woff2'),
url(//KORISTUSHULLUD.EE/wp-content/plugins/mobile-menu/includes/css/font/mobmenu.woff?31192480) format('woff');
font-weight: normal;
font-style: normal;
}
[class^="mob-icon-"]:before, [class*=" mob-icon-"]:before {
font-family: "mobmenu";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center; font-variant: normal; 
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mob-icon-ok-1:before { content: '\e800'; } .mob-icon-ok:before { content: '\e80f'; } .mob-icon-plus:before { content: '\e810'; } .mob-icon-plus-1:before { content: '\e813'; } .mob-icon-plus-outline:before { content: '\e818'; } .mob-icon-plus-2:before { content: '\e819'; } .mob-icon-align-justify-1:before { content: '\e84f'; } .mob-icon-instagram:before { content: '\e88e'; } .mob-icon-linkedin:before { content: '\e88f'; } .mob-icon-pinterest:before { content: '\e892'; } .mob-icon-twitter:before { content: '\e898'; } .mob-icon-tumblr:before { content: '\e899'; } .mob-icon-vimeo:before { content: '\e89a'; } .mob-icon-star:before { content: '\e8a3'; } .mob-icon-user:before { content: '\e8a4'; } .mob-icon-star-1:before { content: '\e8d3'; } .mob-icon-user-1:before { content: '\e8d4'; } .mob-icon-left-open:before { content: '\e8f6'; } .mob-icon-right-open:before { content: '\e8f7'; } .mob-icon-down-dir:before { content: '\e8fc'; } .mob-icon-right-dir:before { content: '\e8fd'; } .mob-icon-star-empty:before { content: '\e93d'; } .mob-icon-up-dir:before { content: '\e980'; } .mob-icon-left-dir:before { content: '\e981'; } .mob-icon-menu:before { content: '\e9d6'; } .mob-icon-right-open-2:before { content: '\ea32'; } .mob-icon-th:before { content: '\eac3'; } .mob-icon-th-large:before { content: '\eac5'; } .mob-icon-th-list:before { content: '\eac7'; } .mob-icon-minus:before { content: '\e812'; } .mob-icon-minus-1:before { content: '\e9d8'; } .mob-icon-minus-2:before { content: '\eacb'; } .mob-icon-th-list-3:before { content: '\ec71'; } .mob-icon-cancel:before { content: '\ec73'; } .mob-icon-cancel-circle:before { content: '\ec74'; } .mob-icon-cancel-1:before { content: '\ecf2'; } .mob-icon-cancel-2:before { content: '\edf5'; } .mob-icon-cancel-circled-1:before { content: '\edf6'; } .mob-icon-cancel-circled2:before { content: '\edf7'; } .mob-icon-up-open-1:before { content: '\ee59'; } .mob-icon-cancel-3:before { content: '\ee65'; } .mob-icon-cancel-circled-2:before { content: '\ee66'; } .mob-icon-th-large-1:before { content: '\ee68'; } .mob-icon-th-1:before { content: '\ee69'; } .mob-icon-th-list-1:before { content: '\ee6a'; } .mob-icon-up-open-2:before { content: '\ee6b'; } .mob-icon-down-open-2:before { content: '\ee6c'; } .mob-icon-cancel-squared:before { content: '\ee6d'; } .mob-icon-cancel-4:before { content: '\ee6f'; } .mob-icon-up-open-big:before { content: '\ee70'; } .mob-icon-down-open-big:before { content: '\ee71'; } .mob-icon-down-open-mini:before { content: '\ee73'; } .mob-icon-cancel-circled-outline:before { content: '\ee77'; } .mob-icon-cancel-outline:before { content: '\ee79'; } .mob-icon-menu-2:before { content: '\ee7a'; } .mob-icon-menu-outline:before { content: '\ee7b'; } .mob-icon-cancel-circle-1:before { content: '\ee7c'; } .mob-icon-down-open:before { content: '\f004'; } .mob-icon-up-open:before { content: '\f005'; } .mob-icon-menu-3:before { content: '\f008'; } .mob-icon-th-list-2:before { content: '\f009'; } .mob-icon-th-thumb:before { content: '\f00a'; } .mob-icon-th-thumb-empty:before { content: '\f00b'; } .mob-icon-cancel-circled:before { content: '\f06e'; } .mob-icon-menu-1:before { content: '\f0c9'; } .mob-icon-gplus:before { content: '\f0d5'; } .mob-icon-ellipsis:before { content: '\f141'; } .mob-icon-ellipsis-vert:before { content: '\f142'; } .mob-icon-facebook-squared:before { content: '\f308'; }.mob-menu-overlay .mobmenu-panel {
opacity: 0;
visibility: hidden;
transition: opacity 0.5s, visibility 0s 0.5s;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.mob-menu-overlay.show-nav-left .mobmenu-panel, .mob-menu-overlay.show-nav-right .mobmenu-panel {
opacity: 1;
visibility: visible;
transition: opacity 0.5s;
z-index: 100001;
}
.mob-menu-overlay .show-panel .mob-cancel-button {
position: absolute;
right: 0px;
top: 0px;
padding-top: 8px;
overflow: hidden;
border: none;
outline: none;
z-index: 100002;
font-size: 30px;
line-height: 30px;
cursor: pointer;
}
.mob-retina-logo{
display: none;
max-width: 100%;
}
.mob-cancel-button{
z-index: 99999999!important;
position:relative!important;
}
.mobmenu-content .widget {
padding-bottom: 0px;
padding: 20px;
}
.mob-expand-submenu i {
position: relative;
font-weight: 600;
cursor: pointer;
}
.mob-menu-left-bg-holder, .mob-menu-right-bg-holder, .mob-menu-cart-bg-holder {
width: 100%;
height: 100%;
position: absolute;
z-index: -50;
background-repeat: no-repeat;
top: 0;
left: 0;
}
.mob-menu-no-scroll{
overflow: hidden;
}
.mobmenu-content .sub-menu {
display: none;
opacity: 1;
}
.mobmenur-container {
position: absolute;     
right: 0px; 
} 
.leftmbottom h2 {
font-weight: bold;
background-color: transparent;
color: inherit;
}
.mob-cancel-button {
display:none;
z-index: 99999999;
}
.show-nav-left.mob-menu-overlay .left-menu-icon-text, .show-nav-right.mob-menu-overlay .left-menu-icon-text {
display: none;
}
.show-nav-left.mob-menu-slideout-top .mobmenu-right-bt .mob-cancel-button, .show-nav-right.mob-menu-slideout-top .mobmenu-left-bt .mob-cancel-button {
display: none;
}
.show-nav-left.mob-menu-slideout-top .mobmenu-right-bt .mob-menu-icon, .show-nav-right.mob-menu-slideout-top .mobmenu-left-bt .mob-menu-icon {
display: block;
}
.show-panel .mob-cancel-button {
display: block;
}
.mobmenu-content li a {
display: block;
letter-spacing: 1px;
padding: 10px 20px;
text-decoration: none;
font-size: 14px;
}
.mobmenu-content li a:active, .mobmenu-content li:active, .mobmenu-content li a .mob-expand-submenu:active{
border-style: outset;
border: none;
}
.mobmenu-left-alignment.show-panel, .mobmenu-right-alignment.show-panel {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.mobmenu-left-alignment {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.mobmenu-right-alignment {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel {
top: 32px;
}
#wpadminbar {
position: fixed;
}
.show-nav-left .mob-menu-header-holder, .show-nav-right .mob-menu-header-holder, .mob-menu-header-holder, .mobmenu-panel, .mobmenu-overlay , .show-nav-left .mobmenu-push-wrap, .show-nav-right .mobmenu-push-wrap, .show-nav-left .mob-menu-header-holder, .show-nav-left .mobmenu-left-alignment, .show-nav-right .mobmenu-right-alignment, .show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay{
-webkit-transition: -webkit-transform .5s;
-moz-transition: -moz-transform .5s;
-ms-transition: -ms-transform .5s;
-o-transition: -o-transform .5s;
transition: transform .5s;
} .mobmenu-overlay {
opacity: 0;
}
.widget img {
max-width: 100%; 
}
#mobmenuleft, #mobmenuright {
margin: 0;
padding: 0;
}
#mobmenuleft  li > ul {
display:none;
left: 15px;
padding-left: 0px;
}
.rtl .mob-expand-submenu {
float: left;
}
.mob-expand-submenu {
position: relative;
right: 0px;
float: right;
}
.mobmenu-parent-link .menu-item-has-children {
cursor: pointer;
}
#mobmenuright  li > ul {
display:none;
left: 15px;
padding-left: 0px;
}
.rightmbottom, .rightmtop {   
padding-left: 10px;
padding-right: 10px;
} .mob-menu-slideout .mobmenu-panel {
position: fixed;
top: 0;
height: 100%;
z-index: 300000;
overflow-y: hidden;   
overflow-x: hidden;
opacity: 1;
}
.mob-menu-slideout .mobmenu-right-alignment {
right: 0;
}
.mobmenu-content li {
list-style: none;
visibility: visible;
opacity: 1;
-webkit-tap-highlight-color: rgba(0,0,0,0);
margin: 0;
}
.mob-menu-slideout .mobmenu-left-alignment, .mob-menu-slideout-over .mobmenu-left-alignment {
left: 0;
}
.mob-menu-slideout .mobmenu-right-alignment, .mob-menu-slideout-over .mobmenu-right-alignment {
right: 0;
}
.mob-menu-header-holder {
font-weight:bold;
top:0px;	
right: 0px;
color:#000;
display: block;
z-index: 10000;
} .mobmenu .sub-menu li > a {
padding-left: 50px;
} .mobmenu .sub-menu .sub-menu li a {
padding-left: 75px;
}
.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt {
position: absolute;
right: 0px;
top: 0px;
font-size: 30px;
}
.mobmenu-content {
margin-top: 45px;
padding-bottom: 120px;
z-index: 1;
height: calc( 100% - 45px);
overflow: auto;
padding-top: 10px;
}
.mobmenu-parent-link .mob-expand-submenu {
cursor: pointer;
}
#mobmenuright.nomenu li, #mobmenuleft.nomenu li{
padding-left: 7%;
padding-right: 7%;
}
.mob-expand-submenu.show-sub .mob-icon-down-open {
display: none;
}
.mob-expand-submenu.show-sub .mob-icon-up-open {
display: block;
}
.mob-expand-submenu .mob-icon-down-open {
display: block;
}
.mob-expand-submenu .mob-icon-up-open {
display: none;
}
.show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay {
width: 100%;
height: 100%;
z-index: 10001;
left: 0;
top: 0;
opacity: 1;
position: fixed;
cursor: pointer;
} .mobmenu-ajax-search-results {
display: none;
opacity: 1;
visibility: visible;
width: 100%;
height: 100%;
position: fixed;
margin-top: 50px;
}
[data-panel-target="mobmenu-filter-panel"].mobmenu-trigger-action {
float:left;
}
.mobmenu-content .sub-menu.show-sub-menu {
-webkit-transition: height 1s linear 0s;
-moz-transition: height 1s linear 0s;
-ms-transition: height 1s linear 0s;
-o-transition: height 1s linear 0s;
transition: height 1s linear 0s;
overflow:hidden;
} h4.no-mobile-menu {
padding: 22px;
text-align: center;
width: 90%;
background: #fff;
margin: auto;
font-size: 17px;
font-weight: 400;
line-height: 29px;
}
h4.no-mobile-menu a {
text-decoration: none;
color:#000;
}
.mobmenu-content li a:focus {
outline: none;
}
.mobmenu-content .widget_media_image {
text-align: center;
}
#_pick_tips_content {
border: 0;
position: fixed;
right: 5px;
top: 5px;
z-index: 99999999;
width: 300px;
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2),
0 2px 2px 0 rgba(0, 0, 0, .14),
0 1px 5px 0 rgba(0, 0, 0, .12);
border-radius: 4px;
background-color: rgba(255, 255, 255, 0.8);
font-size: 0;
margin: 0;
padding: 0;
transition: all 0.3s;
min-height: 540px;
height: auto;
display: none;
}
#_pick_tips_content.on {
display: inline-block;
} #_picker_cover_wrap_box svg {
position: fixed;
top: 0;
left: 0;
cursor: crosshair;
width: 100%;
height: 100%;
z-index: 99999998;
}
#_picker_cover_wrap_box svg>path:first-child {
fill: rgba(0, 0, 0, 0);
fill-rule: evenodd;
}
#_picker_cover_wrap_box svg>path+path {
stroke: #29c66d;
stroke-width: 3.5px;
fill: rgb(226 239 232 / 20%);
}
#_picker_cover_wrap_box {
transition: all 0.3s;
pointer-events: none;
}
@keyframes ellipsis {
from {
width: 2px;
}
to {
width: 15px;
}
} ._picker_target_elm {
background: transparent;
outline: #1dcd1d solid 3px;
color: #000;
}
.mob-menu-slideout #page-container, .mob-menu-slideout-over #page-container {
padding-top: 0px!important;
}