/**handles:wooma-wc-popup-notices**/
.wooma-shop-popup-notices{z-index:105;max-width:100%;display:flex;flex-direction:column;gap:10px;position:fixed;right:0}.wooma-quickshop-notices .woocommerce-message,.wooma-quickview-wrapper .woocommerce-message,.wooma-shop-popup-notices .woocommerce-message{background:var(--wooma-success-bg);border:1px solid var(--wooma-success-border);color:var(--wooma-success);padding:15px 20px}.wooma-quickshop-notices .woocommerce-error,.wooma-quickview-wrapper .woocommerce-error,.wooma-shop-popup-notices .woocommerce-error{background:var(--wooma-red-bg);border:1px solid var(--wooma-red-border);color:var(--wooma-red);padding:15px 20px}.wooma-shop-popup-notices .woocommerce-error span.close-error{position:absolute;top:5px;right:5px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer}.wooma-shop-popup-notices.postion-bottom-right,.wooma-shop-popup-notices.postion-top-right{right:0;-moz-transform:translateX(100%);-ms-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%)}.wooma-shop-popup-notices.postion-bottom-left,.wooma-shop-popup-notices.postion-bottom-right{bottom:15px}.wooma-shop-popup-notices.postion-bottom-left,.wooma-shop-popup-notices.postion-top-left{left:15px;-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-webkit-transform:translateX(-100%);transform:translateX(-100%)}.wooma-shop-popup-notices.postion-top-left,.wooma-shop-popup-notices.postion-top-right{top:40px}.wooma-shop-popup-notices.postion-centered{top:50%;left:50%;-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);visibility:visible;opacity:1}.wooma-shop-popup-notices .woocommerce-notices-wrapper{position:relative;max-width:450px;width:100%;color:#fff}.postion-bottom-right .woocommerce-notices-wrapper,.postion-top-right .woocommerce-notices-wrapper{transform:translateX(calc(-100% - 15px))}.postion-bottom-left .woocommerce-notices-wrapper,.postion-top-left .woocommerce-notices-wrapper{transform:translateX(calc(100% + 15px))}@media(max-width:576px){.wooma-shop-popup-notices{left:15px}.wooma-shop-popup-notices.postion-bottom-left,.wooma-shop-popup-notices.postion-top-left{right:15px}}.wooma-shop-popup-notices,.wooma-shop-popup-notices.wooma-notices-has-error ul.woocommerce-error{color:var(--wooma-light)}.wooma-shop-popup-notices .button.wc-forward,.wooma-shop-popup-notices .wooma-panel-close-button,.wooma-shop-popup-notices.wooma-notices-has-error .close-error{display:none}.wooma-shop-popup-notices.postion-in-product .wooma-btn{padding:10px;font-size:12px}.wooma-shop-popup-notices.postion-centered.active,.wooma-shop-popup-notices.postion-centered:hover{opacity:1;visibility:visible}.wooma-shop-popup-notices p.message,.wooma-shop-popup-notices span.product-name{color:var(--wooma-light)}.wooma-shop-popup-notices .wooma-cart-update-message p{margin-bottom:10px;text-transform:uppercase;font-size:10px}.wooma-shop-popup-notices span.update{display:block;text-transform:uppercase}.wooma-shop-popup-notices .button.wc-forward{color:#fff!important}