.cart-empty, .return-to-shop {
    background: #fff;
    margin: 0;
}
.cart-empty {
    padding-top: 45px;
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    font-weight: bold;
}
.return-to-shop {
    padding-bottom: 45px;
}

/* Cart page */


dd.variation-Antalst, dt.variation-Antalst {
    width: auto;
    display: inline-block;
    margin: 0;
    font-size: 12px;
    color: #999;
}
.cart-collaterals {
    margin-top: 65px;
}

.woocommerce-cart .content {
    max-width: 1400px !important;
    margin: 50px auto;
}

.woocommerce-cart-form {
    display: flex;
    align-items: flex-start;
    position: static !important;
    zoom: 1 !important;
    opacity: 1 !important;
    background: #fff;
    padding: 25px;
}
.woocommerce-cart .woocommerce-notices-wrapper {
    display: none;
}
.woocommerce-cart .shop_table {
    margin: 0 20px 0 0;
    text-transform: none;
    max-width: 75%;
}

.woocommerce-cart .cart-sidebar {
    width: 352px;
    max-width: 33%;
    text-transform: uppercase;
}
.cart-sidebar .cart_totals {
    background: #fff;
}
.woocommerce-cart .cart-sidebar h4 {
    padding: 0 25px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    display: block;
    line-height: 55px;
    margin: 0;
    background: #fff;
    border-bottom: 2px solid #f4f4f4;
    color: #1D1D1B;
}
.cart_totals.calculated_shipping {
    background: #f6f6f6;
}
.woocommerce-cart .content .cart_totals .wc-proceed-to-checkout {
    background: #fff;
    padding: 0 !important;
    margin: 0;
}
.return-to-shop a.button.wc-backward {
    max-width: 200px;
    background: #8dc63f;
    border: none;
}
.woocommerce-cart .button {
    width: 100%;
    text-align: center;
    padding: 0;
    height: 45px;
    line-height: 45px;
    margin-top: 10px;
    font-family: "Oswald", sans-serif;
}
.woocommerce-cart .button.white {
    background: #4a4a4a !important;
    color: #fff !important;
    border-color: #4a4a4a !important;
    font-family: "Oswald", sans-serif;
}
.woocommerce-cart .content .cart-sidebar .cart_totals .shop_table {
    float: none;
    margin: 0;
    max-width: 100%;
}

.woocommerce-cart .content .cart-sidebar .cart_totals .shop_table td, .woocommerce-cart .content .cart-sidebar .cart_totals .shop_table th {
    line-height: 40px;
    border-bottom: 1px solid #f2f2f2;
}

.woocommerce-cart .content .cart-sidebar .cart_totals .shop_table tr:last-child td, .woocommerce-cart .content .cart-sidebar .cart_totals .shop_table tr:last-child th {
    border-bottom: 0;
}

.woocommerce-cart .content .cart-sidebar .cart_totals .shop_table td .amount {
}
.woocommerce-cart .content .cart_totals .shop_table .order-total td, .woocommerce-cart .content .cart_totals .shop_table .order-total th, .woocommerce-cart .content .cart_totals .shop_table .order-total td strong {
    font-weight: bold !important;
}
.woocommerce-cart .content .cart-sidebar .cart_totals .shop_table td:first-child, .woocommerce-cart .content .cart-sidebar .cart_totals .shop_table th:first-child {
    padding-left: 15px;
}

.woocommerce-cart .content .cart-sidebar .cart_totals .shop_table td:last-child, .woocommerce-cart .content .cart-sidebar .cart_totals .shop_table th:last-child {
    padding-right: 15px;
}

.woocommerce-cart .products {
    width: calc(100% + 10px);
    position: relative;
    left: -10px;
    margin: 0;
}

.woocommerce-cart .content .shop_table .cart_item td, .woocommerce-cart .content .shop_table .cart_item th {
    padding: 10px;
    text-align: left;
}

.woocommerce-cart .content .shop_table .cart_item td.product-name {
    width: 65%;
    line-height: 1.1;
}
.woocommerce-cart .content .shop_table .cart_item td.product-name a {
    font-weight: bold;
    color: #333;
    height: auto;
    display: block;
    width: 100%;
}
.woocommerce-cart-form__cart-item .product-sku {
    color: #999;
    font-size: 12px;
}
.woocommerce-cart .content .woocommerce-cart-form__contents.shop_table th.product-name {
    opacity: 0;
}
.woocommerce-cart .content .shop_table .cart_item td {
    width: 14%;
}
.woocommerce-cart .content .shop_table .cart_item td.product-remove, .woocommerce-cart .content .shop_table .cart_item th.product-remove {
    width: 5%;
    text-align: right;
}
.woocommerce-cart .content .shop_table .cart_item td.product-thumbnail img {
    max-height: 170px;
    height: 75px;
    display: block;
    max-width: unset !important;
    border: 0 !important;
}

.woocommerce-cart .content .shop_table .cart_item td.product-thumbnail a {
    display: block;
    height: auto;
}

.woocommerce-cart .products li.product {
    margin: 10px;
    width: calc(20% - 20px);
}

.woocommerce-cart .content .shop_table .cart_item:hover td, .woocommerce-cart .content .shop_table .cart_item:hover td.product-remove a {
    background: transparent;
}

.woocommerce-cart .content .shop_table .cart_item td>div, .woocommerce-cart .content .shop_table .cart_item td>a, .woocommerce-cart .content .shop_table .cart_item td>span {
    height: auto;
    width: auto;
    display: inline-block;
    text-decoration: none;
}

.woocommerce-cart .content form .shop_table .cart_item td.product-remove a {
    text-decoration: none;
    overflow: visible;
    white-space: nowrap;
    font-size: 30px;
    font-weight: lighter;
}

.woocommerce-cart .content .shop_table tbody .cart_item {
    border-top: 2px solid #F3F6F6 !important;
    border-bottom:  2px solid #F3F6F6 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    height: 110px;
}

.woocommerce-cart .content .woocommerce-cart-form__contents.shop_table th {
    text-align: left;
    line-height: 55px;
    padding: 0 20px 0 0 !important;
    border-bottom: 1px solid #eee;
    font-weight: bold !important;
    font-size: 14px;
}

.woocommerce-cart .content .shop_table th.product-name {
    visibility: visible !important;
}
.woocommerce-cart #wc-stripe-payment-request-wrapper {
    display: none !important;
}

dd.variation-Giftwrappingspanclasswoocommerce-Price-amountamountspanclasswoocommerce-Price-currencySymboleurospannbsp4span {
    margin: 0;
}
dt.variation-Giftwrappingspanclasswoocommerce-Price-amountamountspanclasswoocommerce-Price-currencySymboleurospannbsp4span {
    display: none !important;
}
.variation dd p {
    margin: 0;
}

/* End Cart page */

.woocommerce-cart .content .shop_table tbody .cart_item dl.variation {
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 12px;
}
.woocommerce-cart .content .shop_table tbody .cart_item dt.variation-Size {
    float: left;
    width: auto;
    margin-right: 5px;
}
.woocommerce-cart .content .shop_table tbody .cart_item dd.variation-Size {
    float: left;
    width: auto;
    margin: 0;
}
.woocommerce-cart .content .shop_table tbody .cart_item .variation dd p {
    margin: 0;
}


/* Smartphones */ 
@media screen and (max-width: 979px) {
    .woocommerce-cart .content .woocommerce-cart-form__contents tbody .cart_item {
        height: 100px !important;
    }
    .primary-header .webko-header-container .header-item:not(.mobile-only) .menu>li.shopping-bag-toggle {
        color: #fff;
    }
    .webko-header-container .header-item:not(.mobile-only) .menu>li.shopping-bag-toggle:after {
        content: attr(data-count);
        right: 10px;
    }
    .woocommerce-cart .content .shop_table {
        width: 100%;
        margin: 0 auto;
        left: 0;
    }
    .woocommerce-cart-form {
        display: block;
        padding: 10px;
    }
    .woocommerce-cart .content .shop_table tbody .cart_item {
        border: 1px solid #F3F6F6 !important;
    }
    .woocommerce-cart .cart-sidebar {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 25px;
        margin-bottom: 45px;
    }
    .woocommerce-cart .content .woocommerce-cart-form__contents .cart_item td.product-quantity {
        position: absolute;
        right: auto;
        bottom: 15px;
        width: 80px;
        height: 20px;
        left: calc(2.5% + 70px);
    }
    .woocommerce-cart .content .woocommerce-cart-form__contents .cart_item td.product-price {
        display: block;
        position: absolute;
        bottom: 50px;
        left: calc(2.5% + 70px);
        padding: 0;
        font-size: 12px;
    }
    .woocommerce-cart .content .woocommerce-cart-form__contents .cart_item td.product-subtotal {
        display: none;
    }
    .woocommerce-cart .content form .shop_table .cart_item td.product-remove a {
        font-size: 0;
    }
    .woocommerce-cart h1 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 15px;
    }
    .woocommerce-cart .content, .woocommerce-checkout .content {
        padding: 0 15px;
    }
    .woocommerce-cart .content .shop_table tbody .cart_item dl.variation {
        margin: 0;
        width: 100%;
        height: auto;
        display: block;
        font-size: 12px;
        color: #999;
    }
    .woocommerce-cart .content .shop_table tbody .cart_item dt.variation-Size {
        float: left;
        width: auto;
        margin-right: 5px;
    }
    .woocommerce-cart .content .shop_table tbody .cart_item dd.variation-Size {
        float: left;
        width: auto;
        margin: 0;
    }
    .woocommerce-cart .content .shop_table tbody .cart_item .variation dd p {
        margin: 0;
    }
    .cart-collaterals .cross-sells ul li {
        width: 44% !important;
        margin: 10px !important;
    }
}

/* CustomizedSports dark cart */
.woocommerce-cart {
    --cs-cart-bg: #0e1216;
    --cs-cart-panel: #161c20;
    --cs-cart-panel-soft: #1f272d;
    --cs-cart-line: rgba(255,255,255,.12);
    --cs-cart-text: #f5f2ea;
    --cs-cart-muted: rgba(245,242,234,.66);
    --cs-cart-gold: #caa45b;
    --cs-cart-gold-bright: #e5c879;
    --cs-cart-green: #8dc63f;
    --cs-cart-radius: 8px;
    background:
        radial-gradient(circle at 16% 0%, rgba(141,198,63,.14), transparent 30rem),
        radial-gradient(circle at 86% 18%, rgba(202,164,91,.14), transparent 34rem),
        var(--cs-cart-bg);
    color: var(--cs-cart-text);
}

.woocommerce-cart .site,
.woocommerce-cart .site-content,
.woocommerce-cart .content-area,
.woocommerce-cart .site-main,
.woocommerce-cart .inside-article {
    background: transparent;
}

.woocommerce-cart .content {
    width: min(1400px, calc(100% - 48px));
    margin: clamp(42px, 6vw, 82px) auto;
    padding: 0;
}

.woocommerce-cart h1 {
    color: var(--cs-cart-text);
    font-family: "Oswald", sans-serif;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.woocommerce-cart h1 span,
.woocommerce-cart h3,
.woocommerce-cart a {
    color: var(--cs-cart-gold-bright);
}

.woocommerce-cart-form {
    gap: 24px;
    background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)), var(--cs-cart-panel);
    border: 1px solid var(--cs-cart-line);
    border-radius: var(--cs-cart-radius);
    box-shadow: 0 24px 70px rgba(0,0,0,.36);
    padding: clamp(18px, 2.6vw, 34px);
}

.woocommerce-cart .shop_table {
    flex: 1 1 auto;
    width: calc(100% - 376px);
    max-width: none;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0 10px;
    background: transparent;
}

.woocommerce-cart .content .woocommerce-cart-form__contents.shop_table th {
    color: var(--cs-cart-muted);
    border-bottom: 1px solid var(--cs-cart-line);
    font-family: "Oswald", sans-serif;
    letter-spacing: 0;
    line-height: 42px;
    text-transform: uppercase;
}

.woocommerce-cart .content .woocommerce-cart-form__contents.shop_table th.product-name {
    opacity: 1;
}

.woocommerce-cart .content .shop_table tbody .cart_item {
    height: auto;
    border: 0 !important;
}

.woocommerce-cart .content .shop_table .cart_item td {
    background: rgba(255,255,255,.04);
    border-top: 1px solid var(--cs-cart-line);
    border-bottom: 1px solid var(--cs-cart-line);
    color: var(--cs-cart-muted);
    padding: 14px 12px;
    vertical-align: middle;
}

.woocommerce-cart .content .shop_table .cart_item td:first-child {
    border-left: 1px solid var(--cs-cart-line);
    border-radius: var(--cs-cart-radius) 0 0 var(--cs-cart-radius);
}

.woocommerce-cart .content .shop_table .cart_item td:last-child {
    border-right: 1px solid var(--cs-cart-line);
    border-radius: 0 var(--cs-cart-radius) var(--cs-cart-radius) 0;
}

.woocommerce-cart .content .shop_table .cart_item:hover td {
    background: rgba(255,255,255,.07);
    border-color: rgba(229,200,121,.32);
}

.woocommerce-cart .content .shop_table .cart_item td.product-name a {
    color: var(--cs-cart-text);
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    line-height: 1.15;
}

.woocommerce-cart-form__cart-item .product-sku,
.woocommerce-cart .content .shop_table tbody .cart_item dl.variation,
.woocommerce-cart .content .shop_table tbody .cart_item .variation dd p,
.woocommerce-cart .amount {
    color: var(--cs-cart-muted);
}

.woocommerce-cart .content .shop_table .cart_item td.product-thumbnail img {
    width: 72px;
    height: 72px;
    max-height: none;
    object-fit: contain;
    background: var(--cs-cart-panel-soft);
    border: 1px solid var(--cs-cart-line) !important;
    border-radius: 6px;
    padding: 7px;
}

.woocommerce-cart .content form .shop_table .cart_item td.product-remove a {
    color: var(--cs-cart-gold-bright) !important;
    line-height: 1;
    transition: color .18s ease, transform .18s ease;
}

.woocommerce-cart .content form .shop_table .cart_item td.product-remove a:hover {
    color: #fff !important;
    transform: scale(1.08);
}

.woocommerce-cart .quantity input.qty,
.woocommerce-cart .content .shop_table .cart_item input[type="number"] {
    background: rgba(0,0,0,.22);
    border: 1px solid var(--cs-cart-line);
    border-radius: 6px;
    color: var(--cs-cart-text);
    min-height: 38px;
    padding: 3px
}

.woocommerce-cart .content .shop_table .actions {
    background: transparent;
    border: 0;
    padding: 18px 0 0;
}

.woocommerce-cart .button,
.woocommerce-cart .checkout-button {
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.woocommerce-cart .button:not(.white),
.woocommerce-cart .checkout-button {
    background: linear-gradient(135deg, var(--cs-cart-gold-bright), var(--cs-cart-gold)) !important;
    border: 1px solid rgba(229,200,121,.72) !important;
    color: #11160f !important;
}

.woocommerce-cart .button:not(.white):hover,
.woocommerce-cart .checkout-button:hover {
    background: linear-gradient(135deg, #f0d88f, var(--cs-cart-gold-bright)) !important;
    transform: translateY(-1px);
}

.woocommerce-cart .button.white {
    background: rgba(255,255,255,.06) !important;
    border: 1px solid var(--cs-cart-line) !important;
    color: var(--cs-cart-text) !important;
}

.woocommerce-cart .button.white:hover {
    border-color: rgba(229,200,121,.48) !important;
    color: var(--cs-cart-gold-bright) !important;
}

.woocommerce-cart .cart-sidebar {
    width: 352px;
    max-width: 34%;
}

.woocommerce-cart .cart-sidebar h4,
.woocommerce-cart .cart-sidebar .cart_totals,
.woocommerce-cart .cart_totals.calculated_shipping,
.woocommerce-cart .content .cart_totals .wc-proceed-to-checkout {
    background: transparent;
}

.woocommerce-cart .cart-sidebar h4 {
    color: var(--cs-cart-gold-bright);
    border: 1px solid var(--cs-cart-line);
    border-bottom: 0;
    border-radius: var(--cs-cart-radius) var(--cs-cart-radius) 0 0;
    font-family: "Oswald", sans-serif;
}

.woocommerce-cart .cart-sidebar .cart_totals {
    border: 1px solid var(--cs-cart-line);
    border-radius: 0 0 var(--cs-cart-radius) var(--cs-cart-radius);
    overflow: hidden;
}

.woocommerce-cart .content .cart-sidebar .cart_totals .shop_table td,
.woocommerce-cart .content .cart-sidebar .cart_totals .shop_table th {
    border-bottom: 1px solid var(--cs-cart-line);
    color: var(--cs-cart-muted);
}

.woocommerce-cart .content .cart_totals .shop_table .order-total td,
.woocommerce-cart .content .cart_totals .shop_table .order-total th,
.woocommerce-cart .content .cart_totals .shop_table .order-total td strong {
    color: var(--cs-cart-text);
}

.woocommerce-cart .cart-collaterals {
    margin-top: 38px;
}

.woocommerce-cart h3 {
    font-family: "Oswald", sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    margin: 40px 0 14px;
    text-transform: uppercase;
}

.woocommerce-cart h3 + p,
.woocommerce-cart h3 ~ p {
    color: var(--cs-cart-muted);
}

.woocommerce-cart .cart-empty,
.woocommerce-cart .return-to-shop,
.woocommerce-cart .wc-empty-cart-message {
    background: transparent;
}

.woocommerce-cart .cart-empty {
    color: var(--cs-cart-text);
    border: 1px solid var(--cs-cart-line);
    border-radius: var(--cs-cart-radius);
    padding: 24px;
    margin-bottom: 14px;
}

.woocommerce-cart .return-to-shop {
    padding-bottom: 0;
}

@media screen and (max-width: 979px) {
    .woocommerce-cart .content {
        width: calc(100% - 28px);
        padding: 0;
    }

    .woocommerce-cart h1 {
        font-size: 30px;
        text-align: left;
    }

    .woocommerce-cart-form {
        display: block;
        padding: 16px;
    }

    .woocommerce-cart .content .shop_table {
        display: block;
        width: 100%;
        max-width: none;
    }

    .woocommerce-cart .woocommerce-cart-form__contents thead {
        display: none;
    }

    .woocommerce-cart .content .woocommerce-cart-form__contents tbody .cart_item,
    .woocommerce-cart .content .shop_table tbody .cart_item {
        display: grid;
        grid-template-columns: 78px minmax(0, 1fr) 28px;
        gap: 8px 14px;
        height: auto !important;
        margin-bottom: 12px;
        padding: 14px;
        background: rgba(255,255,255,.045);
        border: 1px solid var(--cs-cart-line) !important;
        border-radius: var(--cs-cart-radius);
        position: relative;
    }

    .woocommerce-cart .content .shop_table .cart_item td,
    .woocommerce-cart .content .shop_table .cart_item td:first-child,
    .woocommerce-cart .content .shop_table .cart_item td:last-child {
        display: block;
        width: auto;
        padding: 0;
        background: transparent;
        border: 0;
        border-radius: 0;
    }

    .woocommerce-cart .content .shop_table .cart_item td.product-thumbnail {
        grid-row: 1 / span 4;
    }

    .woocommerce-cart .content .shop_table .cart_item td.product-name {
        grid-column: 2 / 4;
        width: auto;
        padding-right: 30px;
    }

    .woocommerce-cart .content .woocommerce-cart-form__contents .cart_item td.product-price,
    .woocommerce-cart .content .woocommerce-cart-form__contents .cart_item td.product-quantity {
        position: static;
        display: block;
        width: auto;
        height: auto;
        padding: 0;
        font-size: 13px;
    }

    .woocommerce-cart .content .woocommerce-cart-form__contents .cart_item td.product-subtotal {
        display: block;
        grid-column: 2 / 4;
    }

    .woocommerce-cart .content .woocommerce-cart-form__contents .cart_item td.product-save {
        grid-column: 2 / 3;
    }

    .woocommerce-cart .content .woocommerce-cart-form__contents .cart_item td.product-remove {
        position: absolute;
        top: 12px;
        right: 12px;
        text-align: right;
    }

    .woocommerce-cart .content form .shop_table .cart_item td.product-remove a {
        font-size: 28px;
    }

    .woocommerce-cart .content .shop_table .actions {
        display: block;
        padding-top: 6px;
    }

    .woocommerce-cart .cart-sidebar {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 22px;
    }
}
