
/* Make Select2 match theme input styling */
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 44px;
    padding: 7px 20px;
    border: 2px solid #eee;
    border-radius: 3px;
    background-color: transparent;
    color: #777;
    font-weight: 300;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    transition: box-shadow .35s ease, border-color .35s ease;
}

/* Text inside select */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    line-height: normal;
}

/* Arrow alignment */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 15px;
}

/* Focus state (like your input focus) */
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #ccc; /* pas aan indien je theme andere focus kleur heeft */
}

/* Dropdown styling */
.select2-dropdown {
    border: 2px solid #eee;
    border-radius: 3px;
}

/* Error message text */
.error-help-block {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #e74c3c;
}

/* Invalid input */
/*input[aria-invalid="true"],*/
/*textarea[aria-invalid="true"],*/
/*.select2-container--default.select2-container--focus .select2-selection--single[aria-invalid="true"] {*/
/*    border-color: #e74c3c !important;*/
/*}*/

/* Valid input */
input.is-valid,
textarea.is-valid {
    border-color: #2ecc71 !important;
}

/* Green check icon */
.input-valid-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #2ecc71;
    font-size: 16px;
    pointer-events: none;
}

/* Wrapper for relative positioning */
.input-wrapper-validation {
    position: relative;
}

.header.style-2.sticky-header.clone-fixed.header-4 .menu-holder
.main-navigation > ul > li > a {
    color: #2a2c32;
}

.header.style-2.sticky-header.clone-fixed.header-4 .menu-holder
.main-navigation > ul > li.current > a {
    color: #ffffff;
}

.header.style-2.sticky-header.clone-fixed.header-4 .menu-holder
.main-navigation > ul > li > a:hover {
    color: #ffffff;
}

/* dropdown links rechts uitlijnen */
.account-dropdown ul li a {
    display: block;
    text-align: right;
    padding: 8px 15px;
    white-space: nowrap;
}

/* icon netjes rechts van tekst */
.account-dropdown ul li a i {
    margin-left: 10px;
    color: #3c7532;
    font-size: 13px;
}

/* divider (streepje) */
.account-dropdown ul li.divider {
    border-top: 1px solid #e5e5e5;
    margin: 6px 0;
    height: 0;
}

/* optioneel: hover iets netter */
.account-dropdown ul li a:hover {
    background: #f5f5f5;
}

.menu-right {
    position: relative;
}

.menu-right .sub-menu-wrap {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
}
