.col2-set .col-1,
.col2-set .col-2 {
    max-width: unset;
    padding-left: unset;
    padding-right: unset;
}

/* Collapse from Bootstrap */

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

/* Navbar Toggler */
.navbar-toggler {
    background: none !important;
    border: none !important;
    user-select: none;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: 0;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    margin: 6px 0 6px 0;
    transition: all 0.2s;
}

.navbar-toggler .icon-bar {
    background: #000;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    transform: rotate(0);
}

/* WooCommerce Waarland */
.woocommerce-MyAccount-navigation {
    background-color: #f3f3f3;
    border-radius: 5px;
}

.woocommerce-MyAccount-navigation-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
}

.woocommerce-MyAccount-navigation-title {
    color: #000;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0px;
}

.woocommerce-MyAccount-navigation li {
    padding: 15px 0 15px 40px;
}

.woocommerce-MyAccount-navigation li a {
    color: #000;
    transition: none;
    display: block;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation li.is-active {
    background-color: hsl(200, 77%, 49%);
}

.woocommerce-MyAccount-navigation li:hover {
    background-color: hsl(200, 77%, 39%);
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li:hover a {
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 60%;
    padding-top: 40px;
}

.woocommerce-waarland-content-title {
    color: #000;
}

table.woocommerce-waarland-family-members thead {
    display: none;
}

table.woocommerce-waarland-family-members tbody td {
    border: none;
    padding: 15px 0 15px 0;
    background: none !important;
}

table.woocommerce-waarland-family-members tbody td:last-child {
    text-align: right;
    padding-right: 8px;
}

table.woocommerce-waarland-family-members tbody td a {
    color: #00a2df;
    text-decoration: none;
}

table.woocommerce-waarland-family-members tbody tr:not(:last-child) td {

    border-bottom: 1px solid #cacaca;
}

.woocommerce-waarland-add-family-member {
    margin-top: 40px;
    color: #00a2df;
    display: flex;
    gap: 8px;
    text-decoration: none !important;
}

.woocommerce-waarland-add-family-member span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #00a2df;
    border: 1px solid #00a2df;
}

.woocommerce-MyAccount-content .acf-form .acf-fields .acf-field {
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content .acf-form .acf-fields .acf-field .acf-input input {
    background-color: #f3f3f3;
    border: none;
    border-radius: 5px;
    padding: 15px 0 15px 15px;
}

.woocommerce-MyAccount-content .acf-form .acf-form-submit {
    margin-top: 40px;
}

.woocommerce-MyAccount-content .acf-form .acf-form-submit input {
    background-color: hsl(200, 77%, 49%);
    border-radius: 2px;
    padding: 15px 40px 15px 40px;
    color: #fff;
}

.woocommerce-MyAccount-content .acf-form .acf-form-submit input:hover {
    background-color: hsl(200, 77%, 39%);
}

.profile-picture-field-option-1,
.profile-picture-field-option-2 {
    background-color: #f3f3f3;
    padding: 10px;
}

.profile-picture-field-option-2 {
    margin-top: 20px;
}

.profile-picture-field-option-1 .acf-icon.-cancel {
    text-decoration: none;
    background-color: hsl(0, 100%, 50%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-picture-field-option-1 .acf-icon.-cancel:hover {
    background-color: hsl(0, 100%, 40%);
    color: #fff !important;
}

.woocommerce-orders-table,
.woocommerce-orders-table th,
.woocommerce-orders-table td {
    border: none !important;
    background: none !important;
}

.woocommerce-orders-table td {
    padding: 12px 0 !important;
}

table.woocommerce-orders-table tbody tr:not(:last-child) td,
table.woocommerce-orders-table tbody tr:not(:last-child) th {

    border-bottom: 1px solid #cacaca !important;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .woocommerce-button {
    text-align: center;
}

.family-member-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.family-member-wrapper label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    padding-bottom: 20px;
}

.family-member-wrapper .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 0px;
    min-height: 50px;
}

.family-member-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    top: 1px;
    right: 8px;
}

.woocommerce-cart-form__cart-item .product-name {
    display: flex !important;
    flex-direction: column;
    align-items: start;
}

.woocommerce-cart-form__cart-item .product-name .variation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.woocommerce-cart-form__cart-item .product-subtotal,
.woocommerce-cart-form__cart-item .product-quantity {
    display: none !important;
}

.cart-subtotal {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .woocommerce-cart-form__cart-item .edit-product-link {
        padding-left: 0px;
    }

    #content .woocommerce-cart-form tr.woocommerce-cart-form__cart-item {
        padding: 0;
    }

    #content .woocommerce-cart-form .woocommerce-cart-form__cart-item td.product-remove {
        padding: 0;
    }

    #content .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item:not(:first-child) td.product-remove {
        padding-top: 16px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
}





.acf-ui-datepicker .ui-datepicker td span,
.acf-ui-datepicker .ui-datepicker td a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.acf-ui-datepicker .ui-datepicker .ui-datepicker-title {
    display: flex;
    justify-content: space-between;
    margin: 0;
    width: 100%;
}

.acf-ui-datepicker .ui-datepicker .ui-datepicker-title select {
    padding: 8px 5px;
}

.acf-ui-datepicker .ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
    text-transform: capitalize;
}

.acf-ui-datepicker .ui-datepicker .ui-datepicker-prev span,
.acf-ui-datepicker .ui-datepicker .ui-datepicker-next span {
    transform: translate(-50%, -50%);
    margin-left: unset;
    margin-top: unset;
}

.acf-ui-datepicker .ui-datepicker .ui-widget-header a {
    height: 100%;
    display: none;
    width: 0;
}

.acf-ui-datepicker .ui-datepicker .ui-state-active,
.acf-ui-datepicker .ui-datepicker .ui-widget-content .ui-state-active,
.acf-ui-datepicker .ui-datepicker .ui-widget-header .ui-state-active {
    background: hsl(200, 77%, 49%) !important;
    border-color: hsl(200, 77%, 49%) !important;
}