/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_CustomLayeredNavigation
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.layered_filters {
    color: #3399cc;
    cursor: pointer;
}

.toolbar-sorter.sorter.sorter-nav-sections {
    display: none;
}

div.filter-nav-sections .filter-title {
    display: none;
}

.filter-nav-sections {
    display: none;
}

ol {
    list-style-type: none;
}

.plus {
    font-weight: bold;
    font-size: 20px;
    padding-right: 5px;
}

.layered_attrs {
    cursor: pointer;
    vertical-align: sub;
}

.attribute_container {
    max-height: 200px;
    overflow-y: auto;
}

.attr_filter_clear {
    color: #c62121;
    cursor: pointer;
    font-weight: bold;
    height: 10px;
    line-height: 8px;
    opacity: 0.5;
    position: absolute;
    right: 6px;
    top: 11px;
}

.attr_filter_clear:hover {
    opacity: 1;
}

.attr_filter_container {
    position: relative;
}

.range_slider_container {
    background: transparent;
    padding: 2px;
    margin-bottom: 15px;
    border-radius: 10px;
    display: block;
}

.range_slider {
    background: #2b3d44;
    cursor: pointer;
    height: 3px;
    position: relative;
    display: block;
}

.range_slider .range_slider_bar {
    border-radius: 10px;
    height: 3px;
    position: absolute;
    background: #2b3d44;
}

.bjqs-caption {
    text-align: center;
    font-weight: 700;
}

.min_range_display {
    font-weight: bold;
    line-height: 15px;
    padding: 2px 0px;
    float: left;
    font-family: 'din 2014';
}

.min_range {
    font-weight: bold;
    line-height: 15px;
    padding: 2px 0px;
}

.max_range_display {
    display: inline-block;
    float: right;
    font-weight: bold;
    line-height: 15px;
    padding: 2px;
    font-family: 'din 2014';
}

.max_range {
    font-weight: bold;
    line-height: 15px;
    padding: 2px;
}

.range_slider .max_grip,
.range_slider .min_grip {
    border-radius: 10px;
    height: 12px;
    position: absolute;
    width: 12px;
    top: -4.6px;
    background: #2b3d44;
}

.board {
    /* background: #ffffff;
    border: 1px solid #3399cc;
    bottom: 0px;
    display: block;
    height: 20px;
    left: -19px;
    position: relative;
    text-align: center;
    width: 41px; */
    visibility: hidden;
}


/* @media only screen and (max-width: 440px) {
    .page-products .sorter {
        padding-top: 35px !important;
    }

    .page-with-filter .toolbar-amount {
        position: static;
        padding-top: 40px;
    }

    .nav-toggle {
        padding-top: 60px;
    }

    .page-main {
        padding-left: 70px;
        padding-right: 50px;
    }
} */

.wk_layer_loader_bg {
    background: none repeat scroll 0 0 rgba(239, 239, 239, 0.7);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.wk_layer_loader_bg span {
    background: url("../images/loader.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 32px;
    margin: 24% auto;
    width: 32px;
}

.layered-navigation-label {
    cursor: pointer;
}

.wk-filter-action {
    cursor: pointer;
}

span.wk-filter-action.action.clear.filter-clear a {
  color: black;
  font-size: 18px;
  font-family: 'FormaDJRDeck-Regular';
}

.stick {
    left: 5px;
    position: absolute;
    top: 28px;
}

.range_slide_level_con {
    height: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
    font-size: 15px;
    font-family: 'FormaDJRDeck-Light';
    color: #333333;
}

.wk-rating-summary {
    display: inline-block;
}

.wk-count {
    display: none;
}

.wk-carousel-img {
    width: 100px;
    height: 100px;
}

@media screen and (max-width: 440px) and (min-width:0px) {
    .block-content.filter-content {
        padding-top: 50px !important;
    }

}

@media screen and (max-width: 767px) and (min-width:0px) {
    .narow-by-list-hz {
        display: -webkit-inline-box !important;
    }

    .range_slider_container {
        margin-left: 5px;
        margin-right: 30px;
    }

    .board {
        bottom: 6px;
    }

    .min_range_display {
        padding-left: 30px;
    }

    .max_range_display {
        padding-right: 30px;
    }
}

.mob {
    width: 100% !important;
}

.wk-horizontal-filters {
    padding-bottom: 3rem;
}

.narow-by-list-hz {
    display: flex;
    border-bottom: 1px solid #cccccc;
}

.no-display {
    display: none;
}

.wk-horizontal-filters .filter-options-item {
    border-bottom: 0px solid #cccccc;
    padding-bottom: 10px;
    display: inline-flex;
}

@media screen and (min-width: 768px) {
    .wk-horizontal-filters .filter-content .item {
        margin: 10px 6px;
    }
}

.item {
    display: inline-block;
}

.big-checkbox {
    padding: 18px;
}

.big-checkbox:checked:after {
    font-size: 28px;
    left: 6px;
}

.regular-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.regular-checkbox:active,
.regular-checkbox:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #f56323;
}

.regular-checkbox:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #f56323;
}

.price_overlay.max_grip {
    background: transparent !important;
    position: absolute !important;
    left: -19px !important;
    right: 0px !important;
    bottom: 0px !important;
    height: 32px !important;
    width: 47px !important;
}

.price_overlay.min_grip {
    position: absolute !important;
    background: transparent !important;
    height: 31px !important;
    left: -19px !important;
    width: 43px !important;
}

.filter-options-content {
    position: relative;
    padding-top: 10px;
}

.filter-options-content ol.items {
    position: static;
    margin-top: 30px;
}
.item.cat-item{
    display: flex;
    justify-content: space-between;
}
.item.cat-item > a{
    color: black !important;
}
.filter-options-content ol.cat-items > div > .cat-item > .arrow-up{
    display: none;
}
.filter-options-content ol.cat-items > div > .sub-items{
    display: none;
}
.filter-options-content ol.cat-items > div.active > .cat-item > .arrow-up{
    display: block;
    background: #2b3d44;
    fill: white;
    flex: none;
}
.filter-options-content ol.cat-items > div.active > .cat-item > .arrow-up:hover{
    background: #e1e7ea;
    fill: #2b3d44;
}
.filter-options-content ol.cat-items > div.active > .sub-items{
    display: block;
    padding-left: 12px;
    margin-top: 0;
}
.filter-options-content ol.cat-items > div > .sub-items > .sub-item > a {
    font-size: 15px;
    color: black !important;
    font-family: 'din 2014';
    font-weight: 400;
    text-decoration: none;
}
.filter-options-content ol.cat-items > div.active > .cat-item > .arrow-down{
    display: none;
}
.filter-options-content ol.cat-items > div > .cat-item > .arrow-down{
    display: block;
    background: #2b3d44;
    fill: white;
    flex: none;
}
.filter-options-content ol.cat-items > div > .cat-item > .arrow-down:hover{
    background: #e1e7ea;
    fill: #2b3d44;
}

@media only screen and (min-width: 1085px) {
    .filter-content .item {
        margin: 10px 0;
        width: 100%;
    }
}

.filter-options-content .count {
    float: right;
}

.filter-options-content ol.items li .layered-navigation-label {
    word-break: break-all;
}

.layered-content-more {
    font-size: 11px;
    text-align: left;
    color: red;
    font-weight: 600;
    padding: 2px 5px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgb(204 204 204 / 30%);
}

.wk-hide {
    display: none;
}

.wk-show {
    display: block;
}

.layered-content-more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.products-grid.products.grid.flex-grid .product-item:hover div.product-item-info {
  padding: 40px 0 10px;
}
.products-grid.products.grid.flex-grid .product-item div.product-item-info {
  padding: 40px 0 10px;
}

.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details div.stock,
 .page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details div.stock {
   font-size: 16px;
   width: 100%;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
 }

 .catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details div.stock span,
  .page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details div.stock span {
    font-size: 16px;
  }
