.chosen-container {
    position            : relative;
    display             : inline-block;
    vertical-align      : middle;
    -webkit-user-select : none;
    -moz-user-select    : none;
    user-select         : none;
}
.chosen-container .chosen-drop {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d1d5d5;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-top: -5px;
    min-height: 40px;
    min-width: 100%;
    position: absolute;
    z-index: 1010;
}
.chosen-container a {
    cursor : pointer;
}
.chosen-container-single .chosen-single {
    background-color: #fff;
    border: 1px solid #d3dbdf;
    border-radius: 3px;
    display: block;
    height: 28px;
    line-height: 20px;
    overflow: hidden;
    padding: 3px 12px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.chosen-container-single .chosen-default {
    color : #999999;
}
.chosen-container-single .chosen-single span {
    color: #999;
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right : 38px;
}
.chosen-container-single .chosen-single abbr {
    position   : absolute;
    top        : 6px;
    right      : 26px;
    display    : block;
    width      : 12px;
    height     : 12px;
    background : url('/wc/5.0.0/images/common/chosen/chosen-sprite.png') -42px 1px no-repeat;
    font-size  : 1px;
}
.chosen-container-single .chosen-single abbr:hover {
    background-position : -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position : -42px -10px;
}
.chosen-container-single .chosen-single div {
    position : absolute;
    top      : 0;
    right    : 0;
    display  : block;
    width    : 18px;
    height   : 100%;
}
.chosen-container-single .chosen-single div b {
    background: url("/wc/5.0.0/images/common/chosen/chosen-sprite.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    display: block;
    height: 16px;
    position: absolute;
    top: 2px;
    width: 16px;
}
.chosen-container-single .chosen-search {
    position    : relative;
    z-index     : 1010;
    margin      : 0;
    padding     : 3px 4px;
    white-space : nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    box-sizing         : border-box;
    margin             : 1px 0;
    padding            : 4px 20px 4px 5px;
    width              : 100%;
    height             : auto;
    outline            : 0;
    border             : 1px solid #d6d9d9;
    background         : #f7f9fa;
    font-size          : 1em;
    font-family        : sans-serif;
    line-height        : normal;
    border-radius      : 0;
}
.chosen-container-single .chosen-drop {
    border-radius   : 0 0 3px 3px;
    background-clip : padding-box;
    border-top      : 1px solid #AAAAAA;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position : absolute;
    left     : -9999px;
}
.chosen-container .chosen-results {
    position                   : relative;
    overflow-x                 : hidden;
    -webkit-overflow-scrolling : touch;
}
.chosen-container .chosen-results .chosen-result {
    border-bottom : 1px solid rgba(0, 0, 0, 0.1);
    box-sizing    : border-box;
    color         : #666666;
    cursor        : pointer;
    display       : block;
    font-size     : 14px;
    height        : 30px;
    line-height   : 15px;
    list-style    : outside none none;
    margin        : 0;
    padding       : 7px 15px;
    text-overflow : ellipsis;
    white-space   : nowrap;
    overflow: hidden;
}
.chosen-container .chosen-results .disabled-result {
    display : list-item;
    color   : #CCCCCC;
    cursor  : default;
}
.chosen-container .chosen-results .highlighted {
    background-color : #f1f4f4;
    color            : #444;
}
.chosen-container .chosen-results .no-results {
    display    : list-item;
    background : #F4F4F4;
    list-style: none;
}
.chosen-container .chosen-results .group-result {
    display     : list-item;
    font-weight : bold;
    cursor      : default;
}
.chosen-container .chosen-results .group-option {
    padding-left : 15px;
}
.chosen-container .chosen-results .active-result em {
    font-style      : normal;
    text-decoration : underline;
}
.chosen-container-multi .chosen-choices {
    background-color: #ffffff;
    border: 1px solid #d3dbdf;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: text;
    line-height: 32px;
    margin: 0;
    min-height: 40px;
    height: auto;
    overflow: hidden;
    padding: 0px 15px;
    position: relative;
    width: 100%;
}
.chosen-container-multi .chosen-choices li {
    float      : left;
    list-style : none;
}
.chosen-container-multi .chosen-choices li.search-field {
    margin      : 0;
    padding     : 0;
    white-space : nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    height: 32px;
    line-height: 32px;
    outline: 0 none;
    padding: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
    color : #999999;
}
.chosen-container-multi .chosen-choices li.search-choice {
    background: none repeat scroll 0 0 #fafbfb;
    border: 1px solid #e1e5e5;
    border-radius: 2px;
    color: #999;
    cursor: default;
    font-size: 12px;
    height: 28px;
    left: -9px;
    line-height: 26px;
    margin: 2px 2px 2px 0;
    padding: 0 25px 0 10px;
    position: relative;
    max-width: 180px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: url("/wc/5.0.0/images/common/chosen/chosen-sprite.png") no-repeat scroll -42px 1px rgba(0, 0, 0, 0);
    display: block;
    font-size: 1px;
    height: 12px;
    opacity: 0.7;
    position: absolute;
    right: 3px;
    top: 7px;
    width: 12px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position : -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right    : 5px;
    border           : 1px solid #CCCCCC;
    background-color : #E4E4E4;
    color            : #666666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
    background : #D4D4D4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position : -42px -10px;
}
.chosen-container-multi .chosen-results {
    margin  : 0;
    padding : 0;
}
.chosen-container-multi .chosen-drop .result-selected {
    display : list-item;
    color   : #CCCCCC;
    cursor  : default;
}
.chosen-container-active .chosen-single {
    border     : 1px solid #1199C4;
    box-shadow : 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border                         : 1px solid #1199C4;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left : none;
    background  : transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position : -18px 2px;
}
.chosen-container-active .chosen-choices {
    border     : 1px solid #1199C4;
    box-shadow : 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color : #111111 !important;
}
.chosen-disabled {
    opacity : 0.5 !important;
    cursor  : default;
}
.chosen-disabled .chosen-single {
    cursor : default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor : default;
}
.chosen-rtl {
    text-align : right;
}
.chosen-rtl .chosen-single {
    overflow : visible;
    padding  : 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
    margin-right : 0;
    margin-left  : 26px;
    direction    : rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
    margin-left : 38px;
}
.chosen-rtl .chosen-single div {
    right : auto;
    left  : 3px;
}
.chosen-rtl .chosen-single abbr {
    right : auto;
    left  : 26px;
}
.chosen-rtl .chosen-choices li {
    float : right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction : rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
    margin  : 3px 5px 3px 0;
    padding : 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right : auto;
    left  : 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left : 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
    margin  : 0 0 4px 4px;
    padding : 0 4px 0 0;
}
.chosen-rtl .chosen-results .group-option {
    padding-right : 15px;
    padding-left  : 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right : none;
}
.chosen-rtl .chosen-search input[type="text"] {
    padding    : 4px 5px 4px 20px;
    background : white url('/wc/5.0.0/images/common/chosen/chosen-sprite.png') no-repeat -30px -20px;
    /* @alternate */   background : url('/wc/5.0.0/images/common/chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #EEEEEE), color-stop(15%, #FFFFFF));
    /* @alternate */  background : url('/wc/5.0.0/images/common/chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#EEEEEE 1%, #FFFFFF 15%);
    /* @alternate */   background : url('/wc/5.0.0/images/common/chosen/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#EEEEEE 1%, #FFFFFF 15%);
    /* @alternate */  background : url('/wc/5.0.0/images/common/chosen/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#EEEEEE 1%, #FFFFFF 15%);
    /* @alternate */ background : url('/wc/5.0.0/images/common/chosen/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#EEEEEE 1%, #FFFFFF 15%);
    direction  : rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position : 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position : -12px 2px;
}
.chosen-container .chosen-results {
    max-height : 160px;
    overflow-y : hidden;
}
.chosen-container .chosen-drop,
.multitxtchosen .chosen-drop {
    display : none;
}
.chosen-container.chosen-with-drop .chosen-drop {
    display: block;
    max-width: 100%;
}
.chosen-container.chosen-with-drop.multitxtchosen .chosen-drop {
    display : none;
}
.chosen-container-multi li.search-choice.invalid {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #E47272;
    color: #000;
}
.chosen-container-multi li.search-choice.highlighted {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #1199c4;
    color: #000;
}