﻿/*======================================
  Selectric v1.11.0
======================================*/

.selectric-wrapperselectric-wix_select {
    position: relative;
}

.selectric-wix_select {
    position: relative;
}

.selectric-wrapper {
    position: relative;
    cursor: pointer;
    border-radius: 7px !important;
    border: 2px solid #fff;
    margin-top: -2px;
    width: 100% !important;
}
    .selectric-wrapper.selectric-open {
        border-color: #a1d8fd;
    }
    .selectric-responsive {
        width: 100%;
    }

.selectric {
    border: 1px solid #C1E4FE;
    background: #FFF;
    position: relative;
    border-radius: 6px !important;
}

    .selectric .sel-label {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 34px 0 10px;
        font-size: 16px;
        line-height: 34px;
        color: #444;
        height: 34px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-family: "HelveticaNeueW01-55Roma", "HelveticaNeueW02-55Roma", "HelveticaNeueW10-55Roma", "Helvetica Neue", "Helvetica", "Arial", "メイリオ, meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", "sans-serif";
    }
    .selectric:hover {
        background-color: #e7f6ff
    }
    .selectric .button {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 34px;
        height: 34px;
        color: #BBB;
        text-align: center;
        font: 0/0 a;
        border-radius: 6px;
        font-family: "HelveticaNeueW01-55Roma", "HelveticaNeueW02-55Roma", "HelveticaNeueW10-55Roma", "Helvetica Neue", "Helvetica", "Arial", "メイリオ, meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", "sans-serif";
    }



    .selectric .button i {
        font-size:12px;
        color:#318ee9;
        margin-top:12px;
    }

.selectric-focus .selectric {
    border-color: #318ee9;
}
.selectric-focus .selectric {
    border-color: #318ee9;
}


.selectric-hover .selectric {
    color: #a2a2a2;

}


.selectric-hover .selectric .button {
    color: #a2a2a2;
   
}

        .selectric-hover .selectric .button:after {
            
        }

.selectric-open {
    z-index: 9999;
}

    .selectric-open .selectric {
        border-color: #318ee9;
    }

    .selectric-open .selectric-items {
        display: block;
    }

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

    .selectric-hide-select select {
        position: absolute;
        left: -100%;
    }

    .selectric-hide-select.selectric-is-native {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 10;
    }

        .selectric-hide-select.selectric-is-native select {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            border: none;
            z-index: 1;
            box-sizing: border-box;
            opacity: 0;
        }

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 6px 6px 0 rgba(22,45,61,.06), 0 0 18px 0 rgba(22,45,61,.12);
    -webkit-font-smoothing: antialiased;
    outline: none;
}

    .selectric-items .selectric-scroll {
        height: 100%;
        overflow: auto;
    }

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}
.selectric-items ul, .selectric-items li:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}
.selectric-items ul, .selectric-items li:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    min-height: 20px;
    font-family: var(--wsr-font-family, "HelveticaNeueW01-45Ligh","HelveticaNeueW02-45Ligh","HelveticaNeueW10-45Ligh","Helvetica Neue","Helvetica","Arial","メイリオ, meiryo","ヒラギノ角ゴ pro w3","hiragino kaku gothic pro","sans-serif") !important;
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #000;
    cursor: pointer;
    padding-left:20px;
}

    .selectric-items li.selected {
        background: #318ee9;
        color: #fff;
    }

    .selectric-items li.highlighted {
        background: #e7f6ff;
        color: #000;
    }

    .selectric-items li:hover {
        background: #e7f6ff;
        color: #000;
    }

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}


.selectric-scroll::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.selectric-scroll::-webkit-scrollbar-track {
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

/* Handle */
.selectric-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #b9e0fe;
}
    .selectric-scroll::-webkit-scrollbar-thumb:hover,
    .selectric-scroll::-webkit-scrollbar-thumb:active {
        background: #45aef3;
    }

    .selectric-scroll::-webkit-scrollbar-thumb:window-inactive {
        background: #b9e0fe;
    }
.control-label.wix_select {
    padding-left:3px;
}

.wix_select_big .selectric .sel-label {
    padding-top:12px;
    padding-bottom:12px;
    font-size:15px;
    padding-left:5px;
}
.wix_select_big .selectric .button {
    top: 10px;

}

.wix_select_bigger .selectric .sel-label {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 15px;
    padding-left: 15px;
}

.wix_select_bigger .selectric .button {
    top: 25px;
    margin-right: 10px;
}
.wix_select_bigger .selectric-items ul li {
    padding-top:25px;
    padding-bottom:23px;
}
.selectric-group {
}
.selectric-items {
    margin-top: 2px;
}
.selectric-items .selectric-group .selectric-group-label {
    color: #ccc7c7;
}

.selectric-items li.selected {
    background: #3899EC;
    color: #fff;
}

.has-error .selectric {
    border: 1px solid #ee5951;
    
}
    .has-error .selectric-wrapper.selectric-open {
        border-color: #FFD7D7;
    }

.rounded .selectric-wrapper {
    border-radius: 21px !important;
    min-width: 150px;
}

#collectionfilter > .selectric-wrapper {
    max-width: 160px;
} 

.rounded .selectric {
    border-radius: 21px !important;
    border: 1px solid #C1E4FE;
}
.rounded .selectric .sel-label {
    padding-left:10px;
    text-align: center;
}

.rounded .selectric b {
    
}
    .rounded .selectric b i {
        font-size:10px;
    }

.selectric_addnew {
    color: #318ee9 !important;
}
.selectric-items ul li h4,
.sel-label h4 {
    font-family: HelveticaNeueW01-55Roma,HelveticaNeueW02-55Roma,"Helvetica Neue",Helvetica,Arial,"\30E1\30A4\30EA\30AA",meiryo,"\30D2\30E9\30AE\30CE\89D2\30B4 pro w3","hiragino kaku gothic pro",sans-serif;
    font-family: var(--wsr-font-family,HelveticaNeueW01-55Roma,HelveticaNeueW02-55Roma),"Helvetica Neue",Helvetica,Arial,"\30E1\30A4\30EA\30AA",meiryo,"\30D2\30E9\30AE\30CE\89D2\30B4 pro w3","hiragino kaku gothic pro",sans-serif;
    font-weight: 400;
    font-weight: var(--wsr-font-weight-regular,400);
    font-size: 16px;
    line-height: 24px;
    color: #162d3d;
    margin: 0px;
    margin-top: -6px;
}
.selectric-items ul li span,
.sel-label span {
    font-size:14px !important;
    display: block;
    margin-top: -6px;
    color: #2d495f !important;
}
.selectric-items ul li h4 {
    margin-bottom: 8px;
}
    .selectric-items ul li.selected span, 
    .selectric-items ul li.selected h4 {
    color: #fff !important;
}