.transtoyou-order-item .item-details dl dt,
.transtoyou-order-item .item-details dl dd {
    width: 50%;
    margin: 0;
    text-align: left;
}

#order_review .cart_item dl dt,
#order_review .cart_item dl dd {
    width: 50%;
    margin: 0;
    padding-left: unset;
    margin-bottom: 20px;
    text-align: left;
}

#order_review .cart_item dl,
.transtoyou-order-item .item-details dl {
    display: flex;
    flex-wrap: wrap;
}

.iscu_download_anamnese_file {
    color: #005f5f;
    font-weight: bold;
    text-decoration: underline;
}

.iscu_remove_cart_items_container.iscu_hidden,
.iscu_hidden.transtoyou-button {
    display: none;
}

body.admin-bar {
	margin-top: 32px !important;
}

.tty-cart-modern.empty .tty-cart-header-actions {
	display: none;
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        margin-top: 46px !important;
    }
    
}