#ShoppingCart{
	display: none;
    position: absolute;
    top: 50px;
    right: 0px;
    width: 100%;
    max-width: 550px;
    height: auto;
    background: white;
    border: solid 1px #aaa;
    padding: 20px;
}

.error {
    width:200px;
    height:20px;
    height:auto;
    position:fixed;
    position:sticky;
    margin:auto;
    bottom:20px;
    background-color: #2f8186;
    color: #F0F0F0;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

.checkout {

}