@keyframes spinner {
to{transform:rotate(360deg);}
}
@-webkit-keyframes spinner {
to{-webkit-transform:rotate(360deg);}
}
.wpcss-area{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.7);-webkit-transition:opacity 0.3s;transition:opacity 0.3s;z-index:999999999;opacity:0;visibility:hidden;}
.wpcss-area.wpcss-area-show{opacity:1;visibility:visible;}
.wpcss-area.wpcss-area-show .wpcss-popup{top:50%;}
.wpcss-area .wpcss-popup{position:absolute;padding:0;top:60%;left:50%;width:360px;max-width:90%;max-height:90%;background-color:#fff;border-radius:2px;transform:translate3d(-50%, -50%, 0);-webkit-transition:all 0.3s;transition:all 0.3s;}
.wpcss-area .wpcss-popup .wpcss-popup-inner{width:100%;height:100%;padding:30px;position:relative;}
.wpcss-area .wpcss-popup .wpcss-popup-close{width:32px;height:32px;line-height:32px;position:absolute;top:-32px;right:-32px;color:#fff;text-align:center;cursor:pointer;}
.wpcss-area .wpcss-popup .wpcss-popup-content{text-align:center;}
.wpcss-area .wpcss-popup .wpcss-popup-content > div{margin-bottom:15px;}
.wpcss-area .wpcss-popup .wpcss-popup-content > div:last-child{margin-bottom:0;}
.wpcss-area .wpcss-popup input[type="url"]{width:100%;text-align:center;}
.wpcss-area .wpcss-popup .wpcss-popup-close:before{content:'\e9ea';font-size:20px;font-family:'feather';}
.wpcss-btn.wpcss-added:before{content:'\2713';margin-right:5px;}
.wpcss-btn.wpcss-adding{pointer-events:none;}
.wpcss-btn.wpcss-adding:after{content:'...';display:inline-block;}
.wpcss-products .wpcss-actions{display:flex;width:100%;align-items:center;justify-content:space-between;}
.wpcss-share{display:flex;align-items:center;justify-content:space-between;}
.wpcss-share-links .wpcss-share-label, .wpcss-share-links a{display:inline-block;margin-left:0;margin-right:10px;text-decoration:none !important;font-style:normal !important;}
.wpcss-product-note{margin-top:5px;}
.wpcss-product-note-inner{font-size:0.875em;color:#222222;padding:6px 10px;background-color:#fafafa;border-radius:4px;border-left:2px solid #222222;}
body.rtl .wpcss-share-links .wpcss-share-label, body.rtl .wpcss-share-links a{margin-right:0;margin-left:10px;}
.wpcss-icon{font-family:'feather';font-style:normal !important;}
.wpcss-share-facebook .wpcss-icon:before{content:'\e955';}
.wpcss-share-twitter .wpcss-icon:before{content:'\e9d2';}
.wpcss-share-pinterest .wpcss-icon:before{content:'\e9bf';}
.wpcss-share-instagram .wpcss-icon:before{content:'\e96c';}
.wpcss-share-mail .wpcss-icon:before {
content: '\e913';
}