@CHARSET "UTF-8";
#animateCart.to { background-color: #FFF; }
#animateCart {
    background-color: #e6e6e6;
    border: 1px solid #adadad;
    position: absolute;
    z-index: 80;
    transition: background-color 0.5s ease-in-out 0s;
    opacity: 0.8;
}

b#cart_header {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 0;
    transform: translateY(-13px);
}