.woocommerce-notices-wrapper {
position:fixed;
top:30%;
left:50%;
margin-left:-150px;
width:300px;
z-index: 9999;
background:white;
border-radius:10px;
border:1px:solid;
text-align:center;
}
.woocommerce-error {
position:fixed;
top:10%;
left:50%;
margin-left:-150px;
width:300px;
z-index:9999
}
.message-container {
border-radius:10px;
border-style:solid;
border-color:#000;
border-width:2px 2px 2px 2px
}
.woocommerce-notices-wrapper {
opacity:0;
-moz-animation:notices 15s;
-webkit-animation:notices 15s;
-o-animation:notices 15s;
animation:notices 15s;
-webkit-animation-fill-mode:forwards;
animation-fill-mode:forwards
}
@keyframes notices {
0% { opacity:1}
15% { opacity:1}
30% { opacity:1}
45% { opacity:1}
60% { opacity:1}
75% { opacity:1}
100% { opacity:0} }
.message-container.container.success-color {
display: none;
}