/*vertical filters - the selector design*/

.ui-select-container,
.filters.vertical .filter.filter_value {
    cursor: pointer;
}
.dir_rtl .ui-select-container {
    text-align: right;
}
.dir_ltr .ui-select-container {
    text-align: left;
}
.ui-select-container a:hover {
    text-decoration: none;
}
.ui-select-container a {
    color: #000;
}
.ui-select-container .uis_name {
    font-weight: normal;
    margin-bottom: 1px;
}
.ui-select-container .uis_name,
.ui-select-container .uis_chosen_val {
    display: block;
    font-size: 12px;
    line-height: 18px;
}
.ui-select-container .uis_chosen_val,
.filters.vertical .facet_chosen_val {
    font-family: Tahomabd;
}
.ui-select-container i ,
.filters.vertical .facet_chosen_val i
{
    font-size: 10px;
    color: #7E7C7C;
}
.ui-select-container .ui-select-choices ,
.filters.vertical .facet_options
{
    list-style: none;
    padding: 13px 0;
    border-top: 1px solid transparent;
    margin: 10px 0 0;
    transition: border-top 0.5s ease-in-out 0s;
    -webkit-transition: border-top 0.5s ease-in-out 0s;
    -moz-transition: border-top 0.5s ease-in-out 0s;
    -o-transition: border-top 0.5s ease-in-out 0s;
}
.ui-select-container.open .ui-select-choices ,
.filters.vertical .filter.facets_opts_open .facet_options {
    border-top: 1px solid #cccccc;
    transition: border-top 0.5s ease-in-out 0s;
    -webkit-transition: border-top 0.5s ease-in-out 0s;
    -moz-transition: border-top 0.5s ease-in-out 0s;
    -o-transition: border-top 0.5s ease-in-out 0s;
}
.uis.ui-select-container .ui-select-choices .ui-select-choices-row ,
.filters.vertical .filter .facet_options li
{
    padding: 3px 13px;
}
.ui-select-container .ui-select-choices ul{
    margin: 0;
}
/*.uis.ui-select-container.open .ui-select-choices .ui-select-choices-group:hover li.select2-highlighted,*/
.ui-select-container .ui-select-choices .ui-select-choices-row,
.ui-select-container .ui-select-choices ul:hover li.select2-highlighted,
.filters.vertical .filter.facets_opts_open .facet_options:hover li.selected,
.filters.vertical .filter.facets_opts_open .facet_options li
{
    background-color: #fff;
    font-weight: normal;
    font-size: 12px;
}
.ui-select-container .ui-select-choices .ui-select-choices-row.select2-highlighted,
.ui-select-container .ui-select-choices .ui-select-choices-row.select2-highlighted:hover,
.ui-select-container .ui-select-choices .ui-select-choices-row:hover,
.filters.vertical .filter .facet_options li.selected,
.filters.vertical .filter.facets_opts_open .facet_options li:hover
{
    border-radius: 4px;
    background-color: #eee;
    font-family: Tahomabd;
}

.ui-select-container .ui-select-choices .ui-select-choices-row,
.filters.vertical .filter.facets_opts_open .facet_options li
{
    transition: background-color 0.2s linear;
}
.ui-select-container .ui-select-choices .ui-select-choices-row:hover,
.filters.vertical .filter.facets_opts_open .facet_options li:hover
{
    transition: background-color 0.1s linear;
}
.dir_rtl .ui-select-container i,
.dir_rtl .filters.vertical .facet_chosen_val i
{
    float: left;
}
.dir_ltr .filters.vertical .facet_chosen_val i
{
    float: right;
}
.filters.vertical .facet_titles.single_facet_val
{
    cursor: auto;
}
.filters.vertical .facet_titles.single_facet_val .facet_chosen_val {
    margin-bottom: 13px;
}
.filters.vertical .filter {
    font-size: 12px;
}
.filters.vertical .filter .facet_titles .facet_name {
    margin-bottom: 2px;
}
.ui-select-container {
    font-size: 15px;
}
.uis.ui-select-container,
.filters.vertical .filter {
    height: 60px;
    margin: 0;
    color: #000;
    padding-top: 7px;
    overflow-y: hidden;
}
.filters.vertical .facet_titles
{
    padding: 0 13px;
}
.uis.ui-select-container,
.filters.vertical .filter {
    max-height: 56px;
    height: 100%;
    border-bottom: 1px solid transparent;
    transition: max-height 0.3s ease-in-out 0s;
    -webkit-transition: max-height 0.3s ease-in-out 0s;
    -moz-transition: max-height 0.3s ease-in-out 0s;
    -o-transition: max-height 0.3s ease-in-out 0s;
}
.uis.ui-select-container,
.filters.vertical .filter.filter_value{
    border-top: 1px solid #cccccc;
}
.cities .ui-select-choices {
    margin-top: 2.6em;
}
.cities .ui-select-choices{
    text-align: right;
}
.cities .ui-select-placeholder,
.cities .pull-left {
    float: right !important;
}
.cities.ui-select-bootstrap .ui-select-toggle>.caret {
    right: auto;
    left: 10px;
}
.uis.ui-select-container.open,
.uis.filters.vertical .filter.facets_opts_open {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
.ui-select-container.open,
.filters.vertical .filter.facets_opts_open {
    height: 100%;
    max-height: 1000px;
    transition: max-height 0.8s ease-in-out 0s;
    -webkit-transition: max-height 0.8s ease-in-out 0s;
    -moz-transition: max-height 0.8s ease-in-out 0s;
    -o-transition: max-height 0.8s ease-in-out 0s;
}
.filters.vertical .mount {
    border-bottom: 1px solid #cccccc;
}

.uis.ui-select-container:hover,
.filters.vertical .filter .filter_value:hover {
    border-color: #000000;
    /*transition: border-color 0.2s linear 0s;*/
    /*-webkit-transition: border-color 0.2s linear 0s;*/
    /*-moz-transition: border-color 0.2s linear 0s;*/
    /*-o-transition: border-color 0.2s linear 0s;*/
}
.quick_view_leading .leadings_wrapper .selectize-input.selectize-focus,
.quick_view_leading .leadings_wrapper .selectize-input {
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0 inherit;
}
body.dir_rtl .quick_view_leading .selectize-control.single .selectize-input:after
{
    left: 22px;
    right: auto;
}
.quick_view_leading .selectize-control.single .selectize-input:after {
    content: "\e259";
    font-family: 'Glyphicons Halflings';
    border: none;
    font-size: 10px;
    color: #7E7C7C;
    top: 40%;
}
.quick_view_leading .ui-select-container.open .selectize-input:after{
    content: "\e260";
    font-family: 'Glyphicons Halflings';
}
.quick_view_leading .leadings_wrapper .ui-select-container {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-top: 7px;
    padding-bottom: 0;
}
.quick_view_leading .leadings_wrapper .ui-select-container:hover,
.quick_view_leading .leadings_wrapper .ui-select-container.open{
    border-color: black;
}
.quick_view_leading .leadings_wrapper .ui-select-choices {
    margin-top: 5px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    box-shadow: none;
}
.quick_view_leading .leadings_wrapper .selectize-dropdown,
.quick_view_leading .leadings_wrapper .selectize-dropdown .active,
.quick_view_leading .leading_message {
    color: black;
}
.quick_view_leading .leadings_wrapper .selectize-dropdown .active
{
    border-radius: 4px;
    background-color: #eee;
    font-family: Tahomabd;
}
.quick_view_leading .leadings_wrapper .selectize-dropdown .leading_item,
.quick_view_leading .leadings_wrapper .selectize-dropdown [data-selectable]{
    padding: 3px 8px;
}
.quick_view_leading .leadings_wrapper .directionLinks.last {
    direction: rtl;
    float: right;
}
.quick_view_leading .leadings_wrapper .selectize-dropdown {
    position: relative;
}
.quick_view_leading .leadings_wrapper .selectize-dropdown,
.quick_view_leading .leading_message {
    font-family: Tahoma;
}
.quick_view_leading .leading_message {
    margin-top: 25px;
}
.filters.vertical
{
    margin-top: 20px;
    border-bottom: 1px solid #cccccc;
    /*border-top: 1px solid #cccccc;*/
}
@media (max-width: 767px) {
.ui-select-container .uis_name,
.ui-select-container .uis_chosen_val,
.ui-select-container .ui-select-choices .ui-select-choices-row,
.ui-select-container .ui-select-choices ul:hover li.select2-highlighted,
.filters.vertical .filter.facets_opts_open .facet_options:hover li.selected,
.filters.vertical .filter.facets_opts_open .facet_options li
{
    font-size: 15px;
}
}
