#carticone {
    display: flex;
    align-items: center;
    cursor: pointer;
}
#cartcontent {
	position: fixed;
	top: 20%;
	left: 30%;
	right: 30%;
	z-index: 2000;
    padding:1rem;
    border-radius: 20px;
}
#cartcontent .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

#cartcontent div.row {
    margin:1rem;
    justify-content: space-between;
}
#cartcontent div.row a.button {
    background: black;
    text-decoration: unset;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    text-decoration: unset;
    margin:auto;
}
