.vt-runtime-select-wrapper {
    margin-bottom: 14px;
}

.vt-runtime-select {
    width: 220px;
    background: rgba(10,20,50,0.9);
    border: 1px solid rgba(80,140,255,0.35);
    border-radius: 14px;
    padding: 14px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    transition: all 0.2s ease;
}

.vt-runtime-select:hover {
    border-color: rgba(90,160,255,0.8);
}

.vt-runtime-select:focus {
    border-color: #4ea1ff;
    box-shadow: 0 0 0 3px rgba(78,161,255,0.15);
}

.vt-selection-description {
    margin-top: 10px;
    color: rgba(255,255,255,0.72);
    font-size: 15px;
    line-height: 1.5;
}

.vt-selection-empty-text {
    color: rgba(255,255,255,0.65);
}

.vt-select-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 12px;
    border: 1px solid rgba(80,140,255,0.4);
    color: #42a5ff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.vt-select-button:hover {
    background: rgba(66,165,255,0.08);
    border-color: rgba(66,165,255,0.8);
    color: #6db8ff;
}

.vt-selection-title {
    max-width: 520px;
    line-height: 1.4;
}


.vt-runtime-info {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(255,255,255,0.65);
}

.vt-runtime-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 10px;
    background: rgba(80,140,255,0.12);
    color: #8ec5ff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}

.vt-selection-description {
    color: rgba(255,255,255,0.82);
}
.vt-runtime-select {
    width: 180px;
    padding: 10px 14px;
    font-size: 14px;
}

/***********************************/
/* ICONS */


.vt-selection-icon {
    width: 64px;
    height: 64px;

    border-radius: 18px;

    background:
        linear-gradient(
            180deg,
            rgba(33,63,138,0.85) 0%,
            rgba(20,39,90,0.85) 100%
        );

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

.vt-selection-icon svg {
    width: 34px;
    height: 34px;

    stroke: #69a7ff;
    stroke-width: 1.8;

    fill: none;
}


/*********************************/
/* Summary */
.vt-summary-bar {

    margin-top: 28px;

    background:
        linear-gradient(
            180deg,
            rgba(10,22,58,0.96) 0%,
            rgba(8,18,48,0.96) 100%
        );

    border:
        1px solid rgba(70,120,255,0.12);

    border-radius: 28px;

    padding: 28px 34px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vt-summary-left {
    display: flex;
    align-items: center;
    gap: 22px;
}

.vt-summary-icon {
    width: 72px;
    height: 72px;

    border-radius: 20px;

    background:
        linear-gradient(
            180deg,
            rgba(33,63,138,0.9) 0%,
            rgba(20,39,90,0.9) 100%
        );

    display: flex;
    align-items: center;
    justify-content: center;
}

.vt-summary-icon svg {
    width: 38px;
    height: 38px;

    stroke: #69a7ff;
    stroke-width: 1.8;

    fill: none;
}

.vt-summary-title {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}

.vt-summary-subtitle {
    margin-top: 6px;

    color: rgba(255,255,255,0.7);

    font-size: 22px;
}

.vt-summary-price {
    color: #fff;
    font-size: 52px;
    font-weight: 800;
}


.vt-upsell-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vt-upsell-card{
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:24px;
    margin-bottom:18px;

    background:rgba(15,24,58,.72);
    border:1px solid rgba(80,120,255,.12);
    border-radius:24px;
}

.vt-upsell-left{
    display:flex;
    gap:18px;
    align-items:flex-start;
}

.vt-upsell-right{
    display:flex;
    align-items:center;
    gap:20px;
}

.vt-upsell-price{
    font-weight:700;
    color:#fff;
    min-width:80px;
    text-align:right;
}


.vt-upsells-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.vt-selection-section{
    margin-top:32px;
}

.vt-section-title{
    margin-bottom:24px;
}
.vt-upsell-section{
    margin-top:32px;
    padding:34px;
}


.vt-switch{
    position:relative;
    display:inline-block;

    width:54px;
    height:30px;

    flex-shrink:0;
}

.vt-switch input{
    opacity:0;
    width:0;
    height:0;
}

.vt-slider{

    position:absolute;
    inset:0;

    cursor:pointer;

    background:
        rgba(255,255,255,0.14);

    border:
        1px solid rgba(255,255,255,0.08);

    border-radius:999px;

    transition:all .25s ease;

    overflow:hidden;
}

.vt-slider::before{

    content:"";

    position:absolute;

    width:22px;
    height:22px;

    left:3px;
    top:3px;

    border-radius:50%;

    background:#ffffff;

    transition:transform .25s ease;

    box-shadow:
        0 4px 10px rgba(0,0,0,.35);
}

.vt-switch input:checked + .vt-slider{

    background:
        linear-gradient(
            180deg,
            #3291ff 0%,
            #0066ff 100%
        );

    box-shadow:
        0 0 14px rgba(50,145,255,.35);
}

.vt-switch input:checked + .vt-slider::before{
    transform:translateX(24px);
}



.vt-order-card{
    background:
        rgba(9,22,61,.92);

    border:
        1px solid rgba(80,120,255,.12);

    border-radius:28px;

    padding:34px;
}


.vt-order-card table{
    width:100%;
    border-collapse:collapse;
}

.vt-order-card th,
.vt-order-card td{
    padding:18px 0;
    border-bottom:
        1px solid rgba(255,255,255,.08);

    color:#fff;
}

.vt-order-card .product-total,
.vt-order-card td:last-child{
    text-align:right;
}


.vt-card{
    width:100%;
}

.vt-checkout-main{
    min-width:0;
    width: 100%;
}

.vt-checkout-sidebar{
	position:sticky;
	top:120px;
	align-self:start;
	width:420px;
}


.vt-checkout-wrapper {
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
	padding: 0 24px;
}

.vt-checkout-container{
	width:100%;
	max-width:1320px;
	margin:0 auto;
	padding:0 24px;
}

.vt-checkout-grid{
	display:grid;
	grid-template-columns:minmax(0,1fr) 420px;
	gap:36px;
	align-items:start;
	max-width:1320px;
	margin:0 auto;
	padding:0 24px;
}

.elementor-container,
.e-con-inner{
	max-width:1320px !important;
}


.shop_table thead{
    display:none;
}

.shop_table,
.shop_table tr,
.shop_table td{
    border:none !important;
}

.shop_table tbody th,
.shop_table tbody tr{
    border-bottom:1px solid rgba(255,255,255,.06);
}

.shop_table tfoot tr,
.shop_table tfoot th{
    border:1px solid rgba(255,255,255,.06);
}

.shop_table td{
    padding:14px 0;
    font-size:15px;
}
.cart-subtotal td,
.cart-subtotal th{
    font-weight:500;
    opacity:.78;
    padding-top:18px;
}

.order-total td,
.order-total th{
    font-size:28px;
    font-weight:700;
    padding-top:22px;
}

.order-total td,
.order-total th{
    font-size:20px;
    font-weight:600;
}

.shop_table tbody tr{
    line-height:1.6;
}

.order-total th,
.order-total td{
    padding-top:26px !important;
}


.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td{
    padding-top:18px;
    padding-bottom:10px;
    font-weight:500;
    opacity:.82;
    border-top:1px solid rgba(255,255,255,.08) !important;
}
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td{
    font-size:20px;
    font-weight:700;
    opacity:1;
    padding-top:28px;
    border-top:1px solid rgba(255,255,255,.12) !important;
    border-bottom:1px solid rgba(255,255,255,.12) !important;

}

.woocommerce-checkout-review-order-table{
    width:100%;
    table-layout:fixed;
    border-collapse:collapse;
}
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th{
    box-sizing:border-box;
}
.vt-order-card{
    overflow:hidden;
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th{
    word-break:normal !important;
    overflow-wrap:normal !important;
    white-space:normal;
}

.woocommerce-checkout-review-order-table td:first-child{
    width:72%;
}

.woocommerce-checkout-review-order-table td:last-child{
    width:28%;
    text-align:right;
    white-space:nowrap;
}



.woocommerce-checkout-review-order-table{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td{
    word-break:normal !important;
    overflow-wrap:normal !important;
    white-space:normal;
    padding:18px 14px;
}

.woocommerce-checkout-review-order-table tbody td:first-child,
.woocommerce-checkout-review-order-table tfoot th{
    width:72%;
}

.woocommerce-checkout-review-order-table tbody td:last-child,
.woocommerce-checkout-review-order-table tfoot td{
    width:28%;
    text-align:right;
    white-space:nowrap;
}

.woocommerce-checkout-review-order-table tfoot th{
    font-weight:500;
}

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td{
    font-size:18px;
    font-weight:700;
}


.woocommerce-checkout-review-order-table,
.woocommerce-checkout-review-order-table *{
    border:none !important;
    box-shadow:none !important;
}


.vt-subtotal-card{
    padding:24px 30px;
}

.vt-subtotal-title{
    font-size:18px;
    line-height:1.2;
    margin-bottom:4px;
}

.vt-subtotal-note{
    font-size:14px;
    opacity:.78;
}

.vt-subtotal-price{
    font-size:54px;
    line-height:1;
}


.vt-upsell-hidden{
    display:none;
}

.vt-show-more-upsells{

    margin-top:18px;

    width:100%;

    background:
        rgba(255,255,255,.03);

    border:
        1px solid rgba(255,255,255,.06);

    border-radius:18px;

    padding:18px 22px;

    color:#fff;

    font-size:15px;

    cursor:pointer;

    transition:.25s;
}

.vt-show-more-upsells:hover{
    background:rgba(255,255,255,.05);
}

.vt-upsell-period{
    display:block;
    margin-top:4px;
    font-size:13px;
    opacity:.68;
}


.vt-hidden-upsell{
    display:none;
}


.vt-upsell-hidden{
    display:none;
    opacity:0;
    transform:translateY(10px);
}

.vt-upsell-card.is-visible{
    display:flex;
    animation:vtFadeUp .45s ease forwards;
}

@keyframes vtFadeUp{

    from{
        opacity:0;
        transform:translateY(10px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}


.vt-order-row{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;

    padding:14px 20px 14px 0;

    border-bottom:1px solid rgba(255,255,255,.06);
}

.vt-order-right{
    text-align:right;
    white-space:nowrap;
}
.vt-order-total{
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:24px 20px 0 0;
    margin-top:24px;

    border-top:1px solid rgba(255,255,255,.08);
}

.vt-order-note{
    padding-right:20px;

    text-align:right;

    font-size:13px;
    line-height:1.5;

    color:rgba(255,255,255,.55);
}


.vt-order-right{
    text-align:right;
    padding-right:20px;
}

.vt-order-yearly{
    font-size:18px;
    font-weight:700;
    color:#fff;
}

.vt-order-billing{
    margin-top:4px;

    font-size:12px;
    line-height:1.4;

    color:rgba(255,255,255,.55);
}


.vt-upsell-subtitle{
    font-size:13px;
    opacity:.7;
    margin-top:-8px;
    margin-bottom:28px;
}

.vt-upsell-icon svg{
    width:24px;
    height:24px;
    stroke-width:1.8;
}


.vt-upsell-hidden{

    opacity:0;

    max-height:0;

    overflow:hidden;

    transform:translateY(10px);

    transition:
        opacity .35s ease,
        transform .35s ease,
        max-height .45s ease;
}

.vt-upsell-card.is-visible{

    opacity:1;

    
    max-height:auto;

    transform:translateY(0);
}


.vt-upsell-hidden{

    opacity:0;

    max-height:0;

    overflow:hidden;

    margin:0;

    padding-top:0;
    padding-bottom:0;

    transform:translateY(10px);

    transition:
        opacity .35s ease,
        transform .35s ease,
        max-height .45s ease,
        margin .35s ease,
        padding .35s ease;
margin-top:0 !important;
margin-bottom:0 !important;
padding-top:0 !important;
padding-bottom:0 !important;
border-width:0;

}
.vt-upsell-hidden.is-visible{

    opacity:1;
    height: auto;
    max-height:140px;
/*
    margin-top:24px;

    padding-top:24px;
    padding-bottom:24px;
*/
margin-top:24px;
padding-top:24px;
padding-bottom:24px;
padding:24px 32px !important;
border-width:1px;

    transform:translateY(0);

}

.vt-upsell-card:last-child{
    margin-bottom:24px !important;
}

/*
.vt-checkout-sidebar{

    position: sticky;
    top: 24px;

    align-self: flex-start;

    transform: translateZ(0);
    backface-visibility: hidden;

    will-change: transform;
}

2. Änderung 
.vt-checkout-sidebar{
    position: sticky;
    top: 24px;
    align-self: flex-start;
}


*/

.vt-order-card{

    transition:
        transform .22s cubic-bezier(.22,1,.36,1);

    will-change: transform;
}
