html {
    width:100%;
    height: 100vh;
}

body {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.full-width {
    width: 100%;
}

header {
    width:100%;
}


.vert-center-flex {
    display: flex;
    align-items:center;
}



.hover-effect:hover {
    color:rgb(134, 116, 180) !important;
}

header svg {
    fill:currentColor;
}

.main-image {
    width:100%;
    min-width: 256px;
    object-fit: cover;
    border-radius: 10px 10px 10px 10px;
}

.center {
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.card-deck img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 10px 10px;
}

.card-head {
    height: 20%;
    background-color: lightgray;
    border-radius: 10px 10px 0 0;
    padding: 1rem 0 0 0;
}

.merch {
    width: 320px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.card-img {
    overflow: hidden;
}

.endless_container {
    display: block;
    background-color: rgba(var(--bs-dark-rgb));
    text-align: center;
    width: 100%;
}

.endless_more {
    color: rgba(var(--bs-white-rgb));
    text-decoration: none;
    font-size: 2rem;
}

.merch-view {
    font-size: 2rem;
}

.merch-view .btn-primary {
    min-width: 12rem;
}

.cart-bubble-wrapper {
    position: relative;
}

#cart-bubble {
    position: absolute;
    width:20px;
    height: 20px;
    top:-10%;
    left: 70%;
    border-radius: 10px 10px 10px 10px;
    background-color: white;
    color: black;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.cart-bubble span {
    position: relative;
    top:-2px;

}

.merch-list {
    width:100%;
}

.test {
    height: 100px;
    width:100%;
    display: block;
}

a.nostyle {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

.small-img {
    max-width: 64px;
    max-height: 64px;
}

.cart-row {
    width:100%;
}

.cart-col {
    margin: 1rem 1rem 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-wrapper {
    border-bottom: 3px solid lightslategray;

}

.cart-title-col {
    word-break: break-all;
}

.checkout {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
}

.merch-desc {
    flex: 1 1 40%;
}

.sum {
    float:right;
}

.add-button {
    height: 4rem;
}

.incart {
    min-width: 12rem;
}

.center-form {
    margin: auto;
    width:30%;
}