.svea-checkout-wrapper {
    /* margin-bottom: 50px;
    width: 66.666667%;
    float: left;
    padding-right: 4%;
    position: relative; version from previous intern */

width: 100%;
display: flex;
flex-direction: column-reverse;
position: relative;
}

.product-item-name {
    text-wrap: wrap;
}

#details-table thead {
    display: table-header-group;
}

.svea-checkout-cart tr{
border-top: solid 1.5px lightgray;
}

.product-item-description {
    display: none;
}

@media only screen and (max-width:1024px) {
    #details-table thead {
            display: none;
    }

    .svea-checkout-col.item-img {
        width: 20% !important;
    }

    .svea-checkout-col.item-desc {
        width: 70% !important;
    }
}