/* ==========================================================
   LANESTA B2B SELECT2 UI v2.1.5
   ========================================================== */

.lanesta-b2b-page .select2-container{
    width:100% !important;
    font-family:inherit !important;
}

/* FIELD */

.lanesta-b2b-page .select2-container .select2-selection--single{
    position:relative !important;
    height:44px !important;
    min-height:44px !important;
    border:1px solid #d9dcde !important;
    border-radius:0 !important;
    background:#fff !important;
    box-shadow:none !important;
    outline:none !important;
}

.lanesta-b2b-page .select2-container--focus .select2-selection--single,
.lanesta-b2b-page .select2-container--open .select2-selection--single{
    border-color:#111 !important;
}

/* VALUE */

.lanesta-b2b-page .select2-container .select2-selection--single .select2-selection__rendered{
    height:42px !important;
    line-height:42px !important;
    padding:0 70px 0 14px !important;
    color:#111 !important;
    font-size:13px !important;
    font-weight:400 !important;
}

/* ARROW */

.lanesta-b2b-page .select2-container .select2-selection--single .select2-selection__arrow{
    position:absolute !important;
    top:0 !important;
    right:7px !important;
    width:34px !important;
    height:42px !important;
}

.lanesta-b2b-page .select2-container .select2-selection--single .select2-selection__arrow b{
    display:none !important;
}

.lanesta-b2b-page .select2-container .select2-selection--single .select2-selection__arrow:before{
    content:"" !important;
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    width:16px !important;
    height:16px !important;
    transform:translate(-50%,-50%) !important;
    background-position:center !important;
    background-repeat:no-repeat !important;
    background-size:16px 16px !important;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23666' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.lanesta-b2b-page .select2-container--open .select2-selection--single .select2-selection__arrow:before{
    transform:translate(-50%,-50%) rotate(180deg) !important;
}

/* CLEAR X */

.lanesta-b2b-page .select2-container .select2-selection__clear{
    position:absolute !important;
    z-index:4 !important;
    right:42px !important;
    top:50% !important;
    width:24px !important;
    height:24px !important;
    margin:0 !important;
    padding:0 !important;
    transform:translateY(-50%) !important;
    overflow:hidden !important;

    font-size:0 !important;
    line-height:0 !important;
    color:transparent !important;
}

.lanesta-b2b-page .select2-container .select2-selection__clear:before{
    content:"" !important;
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    width:16px !important;
    height:16px !important;
    transform:translate(-50%,-50%) !important;

    background-position:center !important;
    background-repeat:no-repeat !important;
    background-size:16px 16px !important;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 6L14 14M14 6L6 14' stroke='%23666' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

.lanesta-b2b-page .select2-container .select2-selection__clear:hover:before{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 6L14 14M14 6L6 14' stroke='%23111' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

/* DROPDOWN */

.select2-dropdown{
    border:1px solid #d9dcde !important;
    border-radius:0 !important;
    background:#fff !important;
    box-shadow:0 12px 30px rgba(0,0,0,.08) !important;
}

/* SEARCH */

.select2-search--dropdown{
    padding:9px !important;
    background:#fff !important;
    border-bottom:1px solid #eceeef !important;
}

.select2-search--dropdown .select2-search__field{
    width:100% !important;
    height:40px !important;
    margin:0 !important;
    padding:0 12px !important;

    border:1px solid #d9dcde !important;
    border-radius:0 !important;

    background:#fff !important;
    color:#111 !important;

    font-size:13px !important;
    font-family:inherit !important;

    outline:none !important;
    box-shadow:none !important;
}

.select2-search--dropdown .select2-search__field:focus{
    border-color:#d9dcde !important;
    outline:none !important;
    box-shadow:none !important;
}

/* RESULTS */

.select2-results__options{
    max-height:270px !important;
}

.select2-results__option{
    padding:10px 13px !important;
    background:#fff !important;
    color:#111 !important;
    font-size:13px !important;
}

.select2-results__option--highlighted[aria-selected]{
    background:#111 !important;
    color:#fff !important;
}

.select2-results__option[aria-selected=true]{
    background:#f3f3f3 !important;
    color:#111 !important;
}

.select2-results__option--highlighted[aria-selected=true]{
    background:#111 !important;
    color:#fff !important;
}


/* ===== NO FLICKER v2.1.6 ===== */

.lanesta-b2b-page .select2-container,
.lanesta-b2b-page .select2-selection--single,
.lanesta-b2b-page .select2-selection__arrow,
.select2-dropdown,
.select2-search--dropdown,
.select2-search--dropdown .select2-search__field{
    transition:none !important;
    animation:none !important;
}
