.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;
}

/* Slide in cart */

.xoo-wsc-container span.woocommerce-Price-amount.amount {
    font-weight: normal;
}
.xoo-wsc-tool {
    font-family: "Oswald", sans-serif;
}

.xoo-wsc-modal {
    text-transform: uppercase;
}

.slide-in-cart-header {
    display: none;
}

.xoo-wsc-product {
    position: relative;
}

.xoo-wsc-product .size-woocommerce_thumbnail {
    max-width: 100%;
    height: auto;
}

.xoo-wsc-product .xoo-wsc-qtybox input.xoo-wsc-qty {
    padding: 0;
}

.xoo-wsc-product .xoo-wsc-qtybox .xoo-wsc-chng {
    position: relative;
}

.xoo-wsc-product .xoo-wsc-qtybox, .xoo-wsc-product .xoo-wsc-qtybox .xoo-wsc-chng {
    border: 0;
}
.xoo-wsc-content {
    height: 100%;
}
.xoo-wsc-product .xoo-wsc-qtybox span.xoo-wsc-minus, .xoo-wsc-product .xoo-wsc-qtybox span.xoo-wsc-plus {
    width: 35px;
    border: solid 2px #f2f2f2;
}
.xoo-wsc-body {
    height: 100%;
}
.xoo-wsc-sum-col {
    display: flex;
    flex-direction: column;
    font-family: "Oswald",sans-serif;
}
.xoo-wsc-sum-col a {
    font-weight: 900;
    text-decoration: none;
}
.xoo-wsc-img-col {
    width: 25%;
}
.xoo-wsc-modal .xoo-wsc-price > span:first-child {
    display: none;
}
.xoo-wsc-price {
    margin: -4px 0px 0px 0px;
}
.xoo-wsc-container span.woocommerce-Price-amount.amount {
    font-weight: bold;
}
.xoo-wsc-container dl.variation {
    margin: -4px 0px 0px 0px;
}
.xoo-wsc-content ins {
    text-decoration: unset;
}

.xoo-wsc-content dl.variation {
    font-weight: 400;
    margin-top: 0;
    font-family: "Open Sans", sans-serif;
    text-transform: none;
}
.xoo-wsc-container del span.woocommerce-Price-amount.amount {
    font-weight: normal;
    font-size: 12px;
}
.xoo-wsc-product {
    border-top-style: solid;
    border-top-color: #f2f2f2;
    border-top-width: 2px;
    margin: 10px 15px 0px 15px;
    padding: 15px 0px 0px 0px;
}
.xoo-wsc-product:first-child {
    border-top-width: 0px;
}
.xoo-wsc-sum-col>* {
    order: 2;
}

.xoo-wsc-sum-col>a {
    order: 0;
}

.xoo-wsc-sum-col>.xoo-wsc-price {
    order: 1;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #999;
    margin: 1px 0;
}
.xoo-wsc-header {
    text-align: center;
    letter-spacing: 0px;
    font-family: "Oswald", sans-serif;
}

.xoo-wsc-ecnt {
    text-align: center;
    font-size: 14px;
    text-transform: none;
}

.xoo-wsc-footer a.xoo-wsc-ft-btn {
    width: 100%;
    font-family: "Oswald", sans-serif;
}

.xoo-wsc-footer a:not(.xoo-wsc-cart) {
    background: #4a4a4a;
    color: #fff;
}
.xoo-wsc-footer a:not(.xoo-wsc-cart):hover {
    background: #2d2d2d;
 
}

.xoo-wsc-total {
    display: none;
}

.xoo-wsc-remove.xoo-wsc-icon-trash {
    position: absolute;
    right: 0px;
    top: 15px;
    float: none;
    padding: 0;
}

.xoo-wsc-remove.xoo-wsc-icon-trash:before {
    content: 'x';
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    color: #ccc;
    font-size: 20px;
}
.xoo-wsc-modal .xoo-wsc-product:last-child {
    margin-bottom: 60px;
}
.xoo-wsc-empty-cart {
    width: 50%;
    margin: 0 auto;
        opacity: 0.5;
}
.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-opac {
    opacity: .1;
}
.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-container {
    box-shadow: 0 0 30px rgba(0,0,0,.05);
}
.xoo-wsc-coupon.active {
    display: none;
}
.xoo-wsc-sum-col a {
    color: #1D1D1B;
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
}
.xoo-wsc-sum-col a:hover {
    color: #1D1D1B;
    opacity: 0.8;
}
span.woocommerce-Price-amount.amount {
    color: #8dc63f;
}
a.xoo-wsc-ft-btn.xoo-wsc-cart.button.btn {
    background-color: #8dc63f;
    border: 1px solid #8dc63f;
}
a.xoo-wsc-ft-btn.xoo-wsc-cart.button.btn:hover {
    background-color: #64c43e;
    border: 1px solid #64c43e;
}
/* End Slide in cart */

/* 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;
}
.xoo-wsc-footer {
    border-top: none;
    padding: 25px;
}
.xoo-wsc-footer-content {
    border-top: solid 1px #eee;
    padding-top: 15px;
}
.xoo-wsc-tools {
    padding: 0;
}

.xoo-wsc-qtybox {
    font-weight: normal;
    max-width: 100%;
}
.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;
    }
    .xoo-wsc-modal.xoo-wsc-active .xoo-wsc-container {
        right: 0px !important;
        top: 0px !important;
        width: 100%;
        max-width: 100%;
        overflow: scroll;
    }
    .xoo-wsc-container {
        top: 0;
    }
    .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;
    }
}