/** ==================BASE===================*/
.aw-ln-clear-all{
    float: right;
    font-size: 11px;
    padding: 3px 2px 0 0;
}
#aw-ln-filters-container {
    clear: both;
    margin-bottom: 0;
}
#aw-ln-filters-container dd ol{
    font-size:0;
}
#aw-ln-filters-container dt {
    position: relative;
}
#aw-ln-filters-container dd ol li{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
    font-size:11px;
    padding:2px 0 2px 0;
}
#aw-ln-filters-container dd ol li.aw-ln-filters-container-1column-layout{
    width: 100%;
}
#aw-ln-filters-container dd ol li.aw-ln-filters-container-2column-layout{
    width: 49%;
}
#aw-ln-filters-container dd ol li.aw-ln-filters-container-3column-layout{
    width: 33%;
}
#aw-ln-filters-container dd ol li.aw-ln-filters-container-4column-layout{
    width: 23%;
}
#aw-ln-filters-container dd ol li label{
    cursor: pointer;
}
#aw-ln-filters-container dd ol li>a{
    cursor: default;
    text-decoration: none;
}
#aw-ln-filters-container dd ol li label img{
    vertical-align: middle;
}

#aw-ln-filters-container dd ol li span {
    padding: 0;
    display: inline-block;
}

#aw-ln-filters-container dt{
    padding-right: 3px;
}
.aw-ln-filter-clear{
    position: absolute;
    top: 28px;
    right: 0;
    font-size: 11px;
    padding: 0;
    text-transform: none;
    font-weight: normal;
}
.aw-ln-filter-clear.first {
    top: 0px;
}
#aw-ln-filters-container .search-box {
    margin-bottom: 10px;
    position: relative;
}
#aw-ln-filters-container .search-box .search-input {
    /* height: 30px; */
    height: 30px;
    font-size: 16px;
    color: #586453;
    border-color: #93A28D;
    background: #F3F6F2;
    font-style: italic;
    font-weight: 400;
}
#aw-ln-filters-container .search-box .search-input::placeholder {
    color: #586453;
}
#aw-ln-filters-container .search-box i.icon-input-search:before {
    background: url("../../img/icons/input-search.svg") center no-repeat #93A28D;
    content: "";
    height: 30px;
    width: 38px;
    display: inline-block;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: 0;
}
#aw-ln-filters-container .filter-title {
    padding-bottom: 14px;
    display: block;
    padding-top: 25px;
    display: block;
}
#aw-ln-filters-container .filter-title.first {
    border-top: none;
    padding-top: 0;
    width: 85%;
}
#aw-ln-filters-container ul {
    max-height: 250px;
    overflow-y: auto;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
#aw-ln-filters-container ul {
    scrollbar-width: auto;
}

/* Chrome, Edge, and Safari */
#aw-ln-filters-container ul::-webkit-scrollbar {
    width: 5px;
}

#aw-ln-filters-container ul::-webkit-scrollbar-track {
    background: #F3F6F2;
}

#aw-ln-filters-container ul::-webkit-scrollbar-thumb {
    background-color: #93A28D;
    border: 1px solid #93A28D;
}
#aw-ln-filters-container label {
    font-size: 12px;
}

/** ==================HELP TOOLTIP===================*/
.aw-ln-filter-help{
    /*clear: both;*/
    float: right;
    font-size: 11px;
    padding: 0;
    text-transform: none;
    font-weight: normal;
    cursor: help;
    height: 15px;
}
.aw-ln-filter-help.help-icon{
    width: 15px;
    height: 15px;
    background: url(../img/help-icon.png) no-repeat 0 0;
}
.aw-ln-filter-help>a{
    cursor: help;
}

.aw-ln-help-tooltip-wrapper {
    position: relative;
    z-index: 100;
    cursor: help;
    font-size: 11px;
    text-transform: none;
    font-weight: normal;
}

.aw-ln-help-tooltip {
    width: 191px;
    position: absolute;
    z-index: 1000;
    right: -15px;

    padding: 5px 12px;
    color: #464d50;

    background-color: #ffffff;
    border: thin solid #cccccc;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0,0,0,.25);
}
.aw-ln-help-tooltip__top {
    bottom: 29px;
}
.aw-ln-help-tooltip__bottom {
    top: 10px;
}

.aw-ln-help-arrow {
    position: absolute;
    z-index: 1000;
    right: 17px;
}
.aw-ln-help-arrow:before {
    border-color: #cccccc transparent;
    border-style: solid;
    content: "";
    right: -2px;
    position: absolute;
}
.aw-ln-help-arrow:after{
    border-color: #fff transparent;
    border-style: solid;
    content: "";
    right: -2px;
    position: absolute;
}

.aw-ln-help-arrow__top{
    bottom: 30px;
}
.aw-ln-help-arrow__top:before{
    border-width: 10px 10px 0;
    top: 1px;
}
.aw-ln-help-arrow__top:after{
    border-width: 10px 10px 0;
    top: 0px;
}
.aw-ln-help-arrow__bottom{
    top: 0px;
}

.aw-ln-help-arrow__bottom:before{
    border-width: 0 10px 10px;
    top: 0px;
}
.aw-ln-help-arrow__bottom:after{
    border-width: 0 10px 10px;
    top: 1px;
}

/** ============COLLAPSE===============*/
.aw-ln-filter-collapse-show, .aw-ln-filter-collapse-hide{
    cursor: pointer;
}
/** =========== CATEGORY TREE =========== */
.aw-ln-filter-category-tree-action{
    width: 15px;
    height: 15px;
    display: block;
    float: left;
}
.aw-ln-filter-category-tree-action-plus{
    background: url('../img/category-tree-plus.gif');
    cursor: pointer;
}
.aw-ln-filter-category-tree-action-minus{
    background: url('../img/category-tree-minus.gif');
    cursor: pointer;
}
/** =============RANGE=================*/
.aw-ln-filter-options-range {
    margin-top: 15px;
}
.aw-ln-filter-options-range-slider{
    z-index: 10;
}
.aw-ln-filter-options-range-slider-wrapper{
    /*background: url('../img/bar-bkg.png') repeat-x center 4px;*/
    background: #93A28D;
    height: 2px;
    position: relative;
}
.aw-ln-filter-options-range-slider-wrapper-left{
    /* margin: 0 0 0 -6px; */
    margin: 0 0 0 0px;
    /*background: url("../img/bar-left.png") left 4px no-repeat;*/
    height: 16px;
}
.aw-ln-filter-options-range-slider-wrapper-right{
    /* margin: 0 -7px 0 1px; */
    margin: 0 0px 0 -1px;
    /*background: url("../img/bar-right.png") right 4px no-repeat;*/
    height: 16px;
}
.aw-ln-filter-options-range-slider-min, .aw-ln-filter-options-range-slider-max{
    /*background: url('../img/handle.png') center 1px no-repeat;*/
    background: #F3F6F2;
    cursor: move;
    float: left;
    z-index: 100;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    border: 2px solid #93A28D;
}
.aw-ln-filter-options-range-slider-min{
    position: relative!important;
    bottom: 9px;
}
.aw-ln-filter-options-range-slider-max{
    position: absolute!important;
    top: -9px;
}
.aw-ln-filter-options-range-slider-active{
    float: left;
    width: 0;
    height: 2px;
    /*background: url('../img/orange-bkg.png') repeat-x center 7px;*/
    background: #93A28D;
    position: relative;
    z-index: 20;
}
.aw-ln-filter-options-range-status{
    height: 20px;
    width: 100%;
    font-weight: 600;
}
.aw-ln-filter-options-range-status-from{
    float: left;
    margin: 0 0 0 -4px;
}
.aw-ln-filter-options-range-status-to{
    float: right;
    margin: 0 -3px 0 0;
}
/** ==================FROM-TO===================*/
.aw-ln-filter-options-fromto .delimeter {
    padding: 0px 12px;
}
.aw-ln-filter-options-fromto input{
    width: 80px;
    border-color: #a8a8a8;
    border-radius: 0;
    box-shadow: none;
    line-height: 43px;
    padding: 0px 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    text-align: center;
    max-height: 32px;
    font-weight: bold;
}
.aw-ln-filter-options-fromto button {
    margin-bottom: 3px;
    height: 32px;
    line-height: normal;
    margin-left: 15px;
}

/** ===============OVERLAY======================*/
.aw-ln-overlay{
    background: no-repeat center center;
    position: absolute;
    z-index: 9999;
}

/** ===============RWD THEME======================*/
div#aw-ln-filters li label img,  div#aw-ln-filters li span {
    display: inline-block;
    padding: 0;
}

div#aw-ln-filters li label img, div#aw-ln-filters li label input[type="radio"] {
    vertical-align: middle;
}

/** ==================EXPAND/COLLAPSE FILTERS===================*/
div#aw-ln-filters dt {
    padding: 0px 20px;
    border-top: 1px solid #F3F6F2;
    margin-top: 25px;
}
div#aw-ln-filters dt:nth-of-type(1),
div#aw-ln-filters dt:nth-of-type(2) {
    border-top: none;
}
div#aw-ln-filters dt .aw-ln-arrow {
    float: right;
    clear: both;
    width: 15px;
    height: 15px;
    margin-left: 3px;
}

div#aw-ln-filters dt .aw-ln-arrow:hover {
    cursor: pointer;
}

div#aw-ln-filters dt.active .aw-ln-arrow {
    background: url('../img/up.png') no-repeat center 5px;
    background-size: 12px;
}

div#aw-ln-filters dd.active {
    display: block;
    padding: 0px 20px;
}

div#aw-ln-filters dd {
    display: none;
}

div#aw-ln-filters dt .aw-ln-arrow {
    background: url('../img/down.png') no-repeat center 5px;
    background-size: 12px;
}
#mobile-sort {
    display: none;
}
div#aw-ln-filters .rating-nav .rating {
    display: flex;
    margin-left: 5px;
}
div#aw-ln-filters .rating-nav .rating i.star {
    display: flex;
    align-items: center;
}
div#aw-ln-filters .rating-nav .rating i.star:before {
    background: url(../../img/icons/star_silver.svg) no-repeat center;
    width: 21px;
    height: 21px;
    content: "";
    display: inline-block;
    margin-right: 8px;
}
div#aw-ln-filters .rating-nav .rating i.star.active:before {
    background: url(../../img/icons/star_grey.svg) no-repeat center;
}
div#aw-ln-filters .rating-nav li {
    margin-bottom: 10px;
}
div#aw-ln-filters div.category label > a {
    font-weight: 400;
    font-size: 12px;
    color: #041B15;
    display: block;
}
div#aw-ln-filters div.category label > a.active {
    color: #FF8200;
}
/* 2022-11-15 */

@media only screen and (max-width: 767px) {
	.toolbar-bottom{
		width: 100%;
	}
	body.active-mobile-filter{
		overflow: hidden;
	}
	.filter {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
    div#aw-ln-filters dt,
    #aw-ln-filters-container .filter-title,
    #aw-ln-filters-container div.input-checkbox input[type="checkbox"] + a,
    #aw-ln-filters-container label {
        font-size: 16px;
    }
    div#aw-ln-filters div.category label > a {
        font-size: 16px;
        color: #586453;
    }
}


/* End 2022-11-15 */
@media only screen and (max-width: 992px) {
    .aw-ln-overlay{
        background: no-repeat center center;
        position: fixed;
        z-index: 9999999999;
        width: 100% !important;
        height: 100% !important;
        top: 0;
        left: 0;
    }
    div#mobile-filter,
    div#mobile-sort {
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        overflow: hidden;
        position: fixed;
        background: #fff;
        z-index: 99999;
        overflow-y: auto;
        display: none;
    }
	body.active-mobile-filter div#mobile-filter,
    body.active-mobile-sort div#mobile-sort {
		display: block;
		z-index: 999999;
	}
    body.active-mobile-filter div#mobile-filter {
        padding-top: 10px;
    }
    body.active-mobile-filter,
    body.active-mobile-sort {
        overflow: hidden;
    }
    div#mobile-filter .nav-back {
        font-size: 16px;
        font-weight: 600;
        color: #586453;
        padding-left: 17px;
        position: relative;
        margin-bottom: 20px;
        display: block;
    }
    div#mobile-filter .nav-back i.icon-back:before {
        background: url(../../img/icons/back.svg) no-repeat;
        width: 13px;
        height: 18px;
        content: "";
        display: inline-block;
        position: relative;
        left: -15px;
        top: 3px;
    }
    div#mobile-filter .nav-close {
        font-weight: 700;
        font-size: 12px;
        text-align: center;
        float: right;
        margin-right: 5px;
        display: block;
    }
    div#mobile-filter .nav-close i.icon-close:before {
        background: url(../../img/icons/close.svg) no-repeat;
        width: 22px;
        height: 22px;
        content: "";
        display: inline-block;
    }
    div#mobile-filter .nav-close span {
        display: block;
    }
    div#aw-ln-filters #aw-ln-filters-container {
        padding: 0px 15px 20px 15px;
    }
    div#aw-ln-filters .mobile-nav {
        padding-bottom: 10px;
        bottom: 0;
        background: #fff;
        width: 100%;
        overflow: hidden;
        display: flex !important;
        position: sticky;
        align-items: center;
        z-index: 9999;
    }
    div#aw-ln-filters .mobile-nav .clear-btn {
        float: left;
        margin-left: 10px;
    }
    div#aw-ln-filters .mobile-nav .show-btn {
        float: right;
        margin-right: 10px;
    }
    div#aw-ln-filters .mobile-nav .action {
        max-width: calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
        margin: 10px;
    }
    div#aw-ln-filters .close,
    div#mobile-sort .close {
        padding: 0px 9px;
        position: absolute;
        right: 10px;
        top: -4px;
    }
    div#aw-ln-filters .close i.ion-ios-close-empty:before,
    div#mobile-sort .close i.ion-ios-close-empty:before {
        font-size: 50px;
    }
    .toolbar.filter {
        overflow: hidden;
        padding: 0px 5px;
        display: block;
    }
    .toolbar.filter .page-counter {
        padding: 10px 6px;
    }
    .toolbar.filter .page-limit {
        float:right;
    }
    #mobile-sort-select option:first-child {
        display:none;
    }

    #mobile-filter .sub-title,
    #mobile-sort .sub-title {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px 20px;
        position: fixed;
        width: 100%;
        top: 0;
        background: #fff;
        z-index: 9999;
    }
    #mobile-sort ul {
        padding: 60px 20px 10px 20px;
    }
    #mobile-sort ul li {
        list-style: none;
        font-size: 14px;
        margin-bottom: 10px;
    }
    #mobile-sort ul li label {
        padding-left: 10px;
    }
    #mobile-sort ul li.active label,
    #mobile-sort ul li label:hover {
        color: #ff622d;
        cursor: pointer;
    }
    div#aw-ln-filters dt:nth-of-type(1){
        margin-top: 0px;
    }
    div#aw-ln-filters dt:nth-of-type(2) {
        border-top: 1px solid #F3F6F2;
    }
    .aw-ln-filter-options-range-status {
        color: #586453;
        font-size: 16px;
    }
    #aw-ln-filters-container .filter-title.first {
        padding-top: 25px;
    }
    #aw-ln-filters-container .sort-title {
        padding-top: 10px;
    }
    #aw-ln-filters-container label {
        color: #586453;
    }
    #aw-ln-filters-container label a {
        color: #586453;
    }
}
