/* My account */
.woocommerce-MyAccount-navigation { margin-top:1.0rem; }
.woocommerce-MyAccount-navigation .list-group { border:0;border-radius:0; }
.woocommerce-MyAccount-navigation .list-group-item { font-weight:600;color:#1D1D1D;margin-bottom:3px;background-color:#F5F5F5;border:none; }
.woocommerce-MyAccount-navigation .list-group-item.active { background-color: #75A9D9;color:#fff; }
.woocommerce-MyAccount-navigation .list-group-item.active a { color:#fff; }
.woocommerce-MyAccount-navigation .list-group-item a:after {
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    font-weight: 900;
    position: absolute;
    right:1rem;
}

.woocommerce-MyAccount-navigation .list-group-item:before { display: inline-block;font-family: "Font Awesome 6 Free";font-weight: 900;margin-right: 10px; }
.woocommerce-MyAccount-navigation .list-group-item.favorietenlijst:before { content: '\f004';color:var(--bs-danger); }
.woocommerce-MyAccount-navigation .list-group-item.dashboard:before { content: '\f007'; }
.woocommerce-MyAccount-navigation .list-group-item.edit-account:before { content: '\f2bb'; }
.woocommerce-MyAccount-navigation .list-group-item.orders:before { content: '\f46d'; }
.woocommerce-MyAccount-navigation .list-group-item.edit-address:before { content: '\f3c5'; }
.woocommerce-MyAccount-navigation .list-group-item.customer-logout:before { content: '\f2d3'; }

.mc-nav h1 { margin-bottom:0;line-height:50px; }
h2.hello { line-height:45px;padding-top: 4px; }
h2.section-header { line-height:50px;margin-top: 5px; }

.klantnummer { font-size:.85em; }
.button.order-again { margin-left:5px; }


.woocommerce .button, .woocommerce-button, .woocommerce button.button { font-size:18px;color: #fff;background-color: #75A9D9;border-color: #75A9D9;font-weight:700; }
.woocommerce .button:hover, .woocommerce-button:hover, .woocommerce button.button:hover {
    background-color: #40659c;
    border-color: #40659c; 
}
.woocommerce .shop_table a.button.order-again { color: #fff;background-color: #40659c;border-color: #40659c; }
.woocommerce .shop_table a.button.cancel { color: #777;border-color: #777; }
.woocommerce .shop_table a.button.view { color: #40659c;border-color: #40659c; }

.woocommerce-MyAccount-navigation .list-group a { color:#1D1D1D;font-size:16px;font-weight:400;text-decoration:none;display:inline-block; }
.tegel h4 { font-size:15px;font-weight:500;margin-bottom:20px;line-height:3em; }
h3.dashboard { padding:0;border-top:1px solid var(--bs-border-color);margin-top:35px;line-height: 40px; }
.accordion.mijnaccount { max-width:640px;border:0; }
.accordion.mijnaccount .accordion-button { font-weight: 500; }

.woocommerce-account .addresses .title .edit {
    float: left;
    margin-bottom: 10px;
}
.woocommerce table.shop_table_responsive tr td.order-actions, 
.woocommerce-page table.shop_table_responsive tr td.order-actions, 
.woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions { 
    text-align: right !important; 
}
.woocommerce table.my_account_orders tr td.order-actions .button, 
.woocommerce-page table.my_account_orders tr td.order-actions .button, 
.woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions .button {
    margin: .125em 0 .125em .5em;
}
.woocommerce table.my_account_orders tr td.order-actions .button.pay, 
.woocommerce-page table.my_account_orders tr td.order-actions .button.pay,
.woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions .button.pay { 
    background-color:var(--bs-primary);color:#fff; 
}
.woocommerce form .form-row span { color:#999; }
.item-thumbnail {
    float: left;
    margin-right: 10px;
}
.woocommerce form .form-row .required {
    visibility: hidden;
} 
.woocommerce-account .content-area > .row > .pt-sm-4 { padding-top:0 !important; }
p.order-again { display:none; }
/* Cart */
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    display: none;
}
@media (max-width: 768px) {

    .woocommerce table.shop_table td.woocommerce-table__product-name {
        line-height: 26px !important;
    }
    .woocommerce-table__product-table.product-total {
        min-width: 150px;
    }
}

@media (max-width: 480px) {
    .order-actions, .woocommerce-orders-table__cell-order-actions { margin-bottom: 20px; }
    h2.section-header { margin-top:0;line-height:inherit; }
    .mc-nav h1 { margin-bottom:0;line-height:inherit;font-size:1.5rem; }
    .mc-nav h1 span { font-weight:500;font-size:1.0rem; }
    h3.dashboard {
        padding: 10px 0;
        margin-top: 0;
    }
    .tegel h4 {
        margin-bottom: 10px;
        line-height: 2em;
    }
    .item-thumbnail {
        float: none;
        margin-bottom: 5px;
    }
    .woocommerce-MyAccount-content .form-label {
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .woocommerce form .form-row label {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
        clear: both;
        width: 50%;
        padding-right: 0.5rem 8px !important;
    }
    .woocommerce table.shop_table td.woocommerce-table__product-name { line-height:36px; }
}
@media (max-width: 380px) {
    .mc-nav h1 {
        font-size: 1.4rem;
        white-space: nowrap;
    }
    .topbar { display: none; }
    .dgwt-wcas-search-wrapp {
        max-width: 360px !important;
    }
}


