@keyframes toast-progress{0%{width:0}to{width:100%}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}.toast{position:fixed;left:20px;bottom:20px;z-index:9999999;width:100%;max-width:320px}@media all and (max-width:768px){.toast{left:10px;bottom:10px;right:10px;width:auto;max-width:100%}}.toast>ul{padding:0;margin:0;user-select:none}.toast>ul>li{display:block;margin-top:10px;cursor:pointer;direction:ltr;position:relative}.toast>ul>li:first-child{margin-top:0}.toast>ul>li>span{display:flex;align-items:center;padding:16px;transform:scale(0);opacity:0;transition:.3s ease-in-out all;background:#fff;box-shadow:0 6px 12px rgba(0,0,0,.12);font-weight:400;font-size:14px;color:#000!important}@media all and (max-width:768px){.toast>ul>li{width:100%!important}}.toast>ul>li.show>span{opacity:1;transform:scale(1)}.toast>ul>li.success .toast__progress-bar{background-color:#4caf50}.toast>ul>li.danger .toast__progress-bar{background-color:#e51c23}.toast>ul>li.info .toast__progress-bar{background-color:#9c27b0}.toast>ul>li.warning .toast__progress-bar{background-color:#ffc107}.toast>ul>li.primary .toast__progress-bar{background-color:#0c7cd5}.toast__progress{position:absolute;top:0;left:0;right:0;height:6px;background:#fff}.toast__progress-bar{position:absolute;left:0;top:0;bottom:0;background-color:#c3c3c3;transition:.3s;animation-name:toast-progress;animation-duration:4s;animation-fill-mode:forwards}.toast__loader{display:inline-block;border:6px solid #f3f3f3;border-top:6px solid #3498db;border-radius:50%;width:30px;height:30px;animation:spin 2s linear infinite;margin-right:-16px;margin-left:16px}#cmplz-manage-consent,.wine-cellar #trp-floater-ls,.wine-cellar #wpadminbar,.wine-cellar [data-elementor-type=footer],.wine-cellar [data-elementor-type=header]{display:none}.wine-cellar-dark{background:#000;color:#fff}