.woocommerce-cart a.remove {
    display: flex;
    font-size: 0 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 4px !important;
    background: url(../../images/trash_0.3.svg) no-repeat center;
    background-size: 15px;
    background-color: var(--grey-color);
    transition: .1s all;
}

.woocommerce-cart a.remove:hover {
    background: url(../../images/trash.svg) no-repeat center;
    background-size: 15px;
    background-color: var(--grey-color);
    opacity: 1;
}

.woocommerce-cart .related-content-cart {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
    margin: 30px 0px;
}

form.woocommerce-cart-form {
    float: left;
    width: calc(70% - 20px);
    padding-bottom: 40px;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    float: right;
    width: calc(30% - 20px);
    margin-bottom: 40px;
}

.cart-collaterals .cart_totals table.shop_table th {
    text-align: left;
}

.cart-collaterals .cart_totals table.shop_table th,
.cart-collaterals .cart_totals table.shop_table td {
    padding: 10px 20px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    background: var(--white-color);
    border-radius: 6px;
    padding-bottom: 20px;
}

.total-discount {
    background-color: #DCF5EB;
    border: 1px dashed #A9D8C5;
    margin: 20px 20px 0 20px;
    padding: 20px;
    text-align: center;
    border-radius: 3px;
}

.total-discount__amount {
    font-weight: bold;
}

.cart_totals h2 {
    font-size: 20px;
    font-weight: 600;
    background: var(--white-color);
    padding: 20px;
    border-radius: 6px 6px 0 0;
    border-bottom: solid 1px var(--border-color);
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    background: var(--white-color);
    padding: 20px;
    margin: 0;
    font-size: 14px;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 0 20px 20px 20px;
    background: var(--white-color);
    border-radius: 0 0 6px 6px;
    font-weight: 600;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0 20px 10px 20px;
    background: var(--white-color);
    border-radius: 0 0 6px 6px;
    font-weight: 600;
}

.cart-collaterals .continue-shopping {
    padding: 0 20px;
}

.cart-collaterals .continue-shopping a.continue-shopping-button.button {
    width: 100%;
    text-align: center;
}

.woocommerce table.shop_table .fee td,
.woocommerce table.shop_table .tax-rate td,
.woocommerce table.shop_table .cart-subtotal td,
.woocommerce table.shop_table .order-total td {
    text-align: right;
}

.woocommerce-cart .product-name a {
    text-decoration: none;
    color: var(--black-color);
    font-weight: bold;
}

.woocommerce-cart .woocommerce table.shop_table tr.cart_item td {
    border-bottom: solid 5px var(--grey-color);
    font-size: 14px;
}

.woocommerce-cart .woocommerce table.shop_table tr.cart_item td:not(:first-child):not(:last-child):not(.product-name) {
    background: white;
    padding: 20px 0;
}

.woocommerce-cart .woocommerce table.shop_table tr.cart_item td.product-thumbnail {
    width: 75px;
}

.woocommerce-cart .woocommerce table.shop_table tr.cart_item td.product-remove {
    width: 0;
}

.woocommerce-cart .woocommerce table.shop_table tr.cart_item td:first-child {
    background: white;
    padding: 15px 20px 15px 20px;
    border-radius: 6px 0 0 6px;
}

.woocommerce-cart .woocommerce table.shop_table tr.cart_item td:last-child {
    background: white;
    padding: 15px 20px 15px 15px;
    border-radius: 0 6px 6px 0;
    text-align: right;
    font-weight: 600;
}

.woocommerce-cart th.product-name {
    visibility: hidden;
}

.woocommerce-cart .cart.woocommerce-cart-form__contents thead th {
    font-size: 12px;
    opacity: .3;
    text-align: left;
    padding: 10px 0;
}

.woocommerce-cart .cart.woocommerce-cart-form__contents thead th.product-subtotal {
    text-align: right;
}

.woocommerce-cart .cart.woocommerce-cart-form__contents thead th:last-child {
    text-align: right;
    padding: 5px 20px 5px 15px;
}

.woocommerce-cart table.cart .product-thumbnail img {
    width: 60px;
    border: solid 1px var(--border-color);
    height: 60px;
    object-fit: contain;
    border-radius: 4px;
    padding: 5px;
}

.woocommerce-cart .woocommerce table.shop_table tr.cart_item td.product-name {
    max-width: 400px;
    background: white;
    padding: 20px 20px 20px 0;
    width: 34%;
}

.woocommerce-cart .woocommerce table.shop_table tr.cart_item td.product-price {
    width: 20%;
}

.line-regular-price {
    display: block;
    text-decoration: line-through;
    font-size: 10px;
    opacity: .5;
    margin-bottom: 3px;
}

table.cart tbody tr td.actions>button.button {
    display: none !important;
}

.woocommerce-cart-form__cart-item.cart_item dl.variation {
    margin: 5px 0 0 0;
}

.woocommerce-cart-form__cart-item.cart_item dl.variation dd {
    margin: 0;
    font-size: 12px;
    opacity: .6;
}

.woocommerce-cart-form__cart-item.cart_item dl.variation dd p {
    line-height: 1.5;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    text-align: center;
    background: var(--blue-button);
    color: var(--white-color);
    margin-top: 20px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: var(--blue-button-hover);
}

/* Empty Cart Page */

a.button.wc-backward {
    position: relative;
    box-shadow: none;
    border: none;
    border-radius: 4px;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 600;
    z-index: 3;
    transition: background-color .1s;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    background: var(--blue-button);
    color: var(--white-color);
    margin-top: 20px;
    margin-bottom: 40px;
}

a.button.wc-backward:hover {
    background: var(--blue-button-hover);
}

.cart-collaterals .usp-section-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
    font-size: 12px;
}

.cart-collaterals .usp-section-inner .usp-text p {
    font-size: 10px;
}

.cart-collaterals .usp-section-inner .usp {
    gap: 10px;
}

.cart-collaterals .usp-section-inner .usp-icon {
    background-color: #fff;
    width: 36px;
    height: 36px;
}

.cart-collaterals .usp-section-inner .usp-icon svg {
    width: 18px;
}

@media (max-width:1200px) {

    form.woocommerce-cart-form,
    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        float: none;
        width: 100%;
    }
}

@media (max-width:768px) {

    .woocommerce-cart-form table.shop_table thead {
        display: none;
    }

    .woocommerce-cart a.remove,
    .woocommerce-cart a.remove:hover {
        margin-left: 0;
        width: 100% !important;
        height: 20px !important;
        background-size: 0;
        position: relative;
        align-items: center;
        background-color: transparent;
    }

    .woocommerce-cart a.remove:after {
        content: "Ta bort";
        display: flex;
        color: #ccc;
        font-size: 12px;
        position: absolute;
        left: 50%;
        width: auto;
        transform: translate(-50%, 0%);
        align-items: center;
    }

    table.cart tbody tr td.actions {
        width: 100%;
    }

    .woocommerce-cart .woocommerce table.shop_table tr.cart_item td:not(:last-child) {
        border-bottom: dashed 1px var(--border-color);
    }

    .woocommerce-cart .woocommerce table.shop_table tr.cart_item td:last-child {
        border-radius: 0;
        border-bottom: dashed 1px var(--border-color);
    }

    .woocommerce-cart .woocommerce table.shop_table tr.cart_item td.product-remove {
        width: 100%;
        border-radius: 0 0 6px 6px;
        padding: 15px;
        order: 10;
        border-bottom: none;
        flex-basis: 100%;
    }

    .woocommerce-cart .woocommerce table.shop_table tr.cart_item td.product-name {
        padding: 15px 15px 15px 0px;
        max-width: 100%;
        border-radius: 6px 6px 0 0;
        text-align: left !important;
        font-size: 14px;
        flex-basis: 75%;
        order: 2;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .woocommerce-cart .woocommerce table.shop_table tr.cart_item td:not(:first-child):not(:last-child):not(.product-name) {
        padding: 15px 15px;
    }

    .woocommerce-cart .woocommerce table.shop_table tr.cart_item td.product-quantity {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        order: 3;
        flex-basis: 60%;
        border-bottom: dashed 1px var(--border-color);
    }

    .woocommerce table.shop_table_responsive tr.woocommerce-cart-form__cart-item.cart_item {
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
    }

    .woocommerce-cart .woocommerce table.shop_table tr.cart_item td.product-price {
        display: none;
    }

    .woocommerce-cart .woocommerce table.shop_table tr.cart_item td.product-subtotal {
        flex-basis: 40%;
        order: 4;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        flex-direction: column;
    }

    .woocommerce table.shop_table_responsive tr.woocommerce-cart-form__cart-item.cart_item td::before {
        display: none;
    }

    .cart_totals h2 {
        padding: 15px;
    }

    .woocommerce table.shop_table_responsive tr:not(.order-total) td::before {
        font-weight: normal;
    }

    .woocommerce-cart-form table.cart {
        margin-bottom: 0;
    }

    .woocommerce-cart .product-quantity .quantity .qty {
        width: 50px;
    }

    .woocommerce-cart .woocommerce table.shop_table tr.cart_item td.product-thumbnail {
        width: 100%;
        flex-basis: 25%;
        order: 1;
    }

    .woocommerce-cart .woocommerce table.shop_table tr.cart_item td.product-thumbnail img {
        width: 100%;
    }
}