
.vg-notify
    {
    position: fixed; padding: 10px; text-align: center; z-index: 10000; display:inline-block;
    left: 50%; transform: translateX(-50%);
    top: auto; bottom: 10px; width: auto; margin-left:auto; margin-right: auto; 
    width: 96%; 
	
    }

.theme-storefront .vg-notify
    {
    background-color: #f4b300; color: black; border: 2px solid black; bottom: 74px; 
    }

.theme-bathales .vg-notify
    {
    background-color: #f79128; color: black; border: 2px solid black; 
    }
