.vbc-sidebarcart-overlay {
    display: none;
    position: fixed;
    top:0; left:0; width:100vw; height:100vh;
    background:rgba(0,0,0,0.5);
    z-index:10001;
}
.vbc-sidebarcart {
    position: fixed;
    top: 0;
	right: -400px;
    width: 100%;
	max-width: 400px;
	height: 100vh;
    background: #fff; box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    transition: right .3s;
    z-index: 10002;
    overflow-y: auto;    
}
.vbc-sidebarcart.open {
    right: 0;
}
.vbc-sidebarcart-close {
    background: none;
    border: none;
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #ffffff;
    padding: 0;
    height: 48px;
    width: 48px;
}
.vbc-sidebarcart-header {
	height: 48px;
	text-transform: uppercase;
	justify-content: center;
}
.vbc-cart-product {
	gap: 20px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.vbc-cart-product-img {
	position: relative;
}
.andes-thumbnail{
	box-sizing: border-box;
    border: 3px solid #00a650;
    border-radius: 100%;
    overflow: hidden;
}
.andes-badge {
	font-size: 20px;
    left: -6px;
    top: 0;
    position: absolute;
}
.vbc-cart-product-attributes {
	
}
.vbc-sidebarcart-footer {
	position: absolute;
    bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
