#snackbar {
   /*  visibility: hidden;
    margin-left: -125px;
    background-color: #fff;
    text-align: left;
    position: fixed;
    z-index: 9999999;
    left: 5%;
    bottom: 30px;
    font-size: 17px;
    max-width: 93%;*/
    visibility: hidden;
    border-radius: 0px;
    z-index: 2147483647;
    text-align: left;
    width: 400px;
    height: 119px;
    position: fixed;
    left: 1%;
    bottom: 30px;
    max-width: 93%;

}
.wopb-notification {
    height: 100%;
 
}

.wopb-product-image>a {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#wopbInnerHolderPreview span#closeWOPBPreview, #wopbInnerHolder span#closeWOPB {
    z-index: 999999;
    display: block;
    position: absolute;
    cursor: pointer;
    top: 4px;
    right: 4px;
    width: 15px;
    height: 15px;
    background: url(//wopb.checkend.com/images/close-dark.png?v=1) center center no-repeat;
    background-size: 100% auto;
}

.wopb-notification-info .wopb-message {
    line-height: 1.34;
}
.wopb-notification-info .wopb-message {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.wopbHolder a {
    text-decoration: none;
    color: #139BBD!important;
}
.wopb-notification-info .wopb-message span {
    font-weight: 400;
    line-height: 1.8;
    font-size: 14px;
}


.wopb-notification-info {
    padding: 10px 0px 0px 115px;
    height: 100%;
    position: relative;
}

.wopbHolder, .wopbHolder.smaller-size{
    position: fixed;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border: 1px solid #ccc;
}
.wopbHolder, .wopbHolder *{
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    font-family: Roboto, sans-serif;
}

.wopb-product-image {
    height: 100%;
    width: 90px;
    position: absolute;
    left: 0;
    float: left;
    background: #ffffff;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 10.5s;
    animation: fadein 0.5s, fadeout 0.5s 10.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}