/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_AdvancedLayeredNavigation
 * @author    Webkul
 * @copyright Copyright (c) 2010-2018 Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.layered_filters{
    color:#3399cc;
    cursor: pointer;
}
.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;
}
.filter-options-item{
    cursor: pointer;
    display: block;
    line-height: 26px;
    margin: 0;
    vertical-align: middle;
}
body .filter-options .filter-options-title {
    line-height: 1.42857143;
}
.range_slider_container{
    background: #ffffff;
    padding: 2px;
    margin-bottom: 50px;
    border-radius: 10px;
    display: block;
}
.range_slider {
    background: #1ab2ff;
    cursor: pointer;
    height: 3px;
    position: relative;
    display: block;
}
.range_slider .range_slider_bar {
    border-radius: 10px;
    height: 3px;
    position: absolute;
    background: #1ab2ff;
}
.min_range_display{
    font-weight: bold;
    line-height: 15px;
    padding: 2px 0px;
    float:left;
}
.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;
}
.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: #3399cc;
}
.board{
    background: #ffffff;
    border: 1px solid #3399cc;
    bottom: 0px;
    display: block;
    height: 20px;
    left: -19px;
    position: relative;
    text-align: center;
    width: 41px;
}
.board:before {
    border-bottom: 7px solid rgba(11, 55, 245, 0.51);
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 12px;
    position: absolute;
    top: -8px;
}
.board:after {
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 13px;
    position: absolute;
    top: -6px;
}
.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;
}
.stick {
    left: 5px;
    position: absolute;
    top: 28px;
}
.range_slide_level_con {
    height:20px;
}

/* The container */
.layered-navigation-label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.layered-navigation-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.wk-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.wk-checkmark {
    border: 1px solid rgb(228, 228, 228);
    width: 15px;
    height: 15px;
    border-width: 1px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: none;
}
.layered-navigation-label:hover input ~ .wk-checkmark {
    background-color: #fff;
}
.layered-navigation-label input:checked ~ .wk-checkmark {
    background-color: #E89B99;
    border-color: #E89B99;
}

.wk-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.layered-navigation-label input:checked ~ .wk-checkmark:after {
    display: block;
}
.layered-navigation-label .wk-checkmark::after {
    left: 5px;
    top: 0px;
    width: 4px;
    height: 10px;
    border: solid white;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .swatch-option.color.benuta-color:hover {
    outline: unset;
    border: none;
}
.benuta-color {
    width: 36px;
    margin: 7px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px #bfbfbf;
    min-width: auto;
    min-height: auto;
}

.filter-options .filter-options-title {
    margin: 0;
    border-bottom:.5px solid #d2d2d2;
    padding:5px 0;
}
.filter-options .filter-options-content .item:first-child {
    margin-top: 15px;
}
.swatch-option:not(.disabled):hover {
    outline: none;
    border: none;
}
.wk-layered-navigation-head {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding-bottom: 0px;
}
body .breadcrumbs {
    padding:0px;
}
.filter-options .filter-options-content .item.price-filter {
    margin-top: 20px;
}
.swatch-attribute-options {
    margin-top:20px;
}


body.page-layout-2columns-left .column.main {
    width: 70.333333%;
}
body.page-layout-2columns-left .sidebar-main {
    width: 25.666667%;
}
.filter-options-title{
    text-align: left;
    color: rgb(54, 54, 54);
    padding: 0px 0px 8px 3px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid rgb(169, 168, 168);
}
.filter-content ol.items{
    overflow: auto;
    max-height: 191px;
}
.layered-navigation-label{
    font-size: 13px;
    font-weight: 200;
    color: rgb(141, 141, 141);
    font-family: 'Montserrat-medium',Arial,sans-serif;
}
.filter-clear{
    float: right;
    font-size: 10px;
    color: #E89B99;
    font-weight: 400;
    padding: 3px 7px;
    border: 1px solid;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'Montserrat-medium',Arial,sans-serif;
}
.filter-clear:hover{
    color: #FFFFFF;
    background-color: #E89B99;
}
.filter-clear a{
    color: #E89B99;
    font-weight: 400;
    font-style: normal;
    font-family: 'Montserrat-medium',Arial,sans-serif;
}
.doHide{
    display:none !important;
}
.sorter-label{
    z-index: 1;
    display: block;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #E89B99;
    padding: 10px 5px;
    font-style: normal;
    position: relative;
    background-color: #fff;
    border: 1px solid #E89B99;
    font-family: 'Montserrat-medium',Arial,sans-serif;
}
.sort-container{
    z-index: 2;
    width: 150px;
    position: relative;
    display: inline-block;
}
.sort-option-container{
    top: 26px;
    height: 0;
    padding: 6px;
    overflow: hidden;
    position: absolute;
    background-color: #FFFFFF;
    border-left: 1px solid #E89B99;
    border-right: 1px solid #E89B99;
    border-bottom: 1px solid #E89B99;
}
.sort-option{
    width: 122px;
    display: block;
    cursor: pointer;
    font-size: 12px;
    text-align: left;
    padding: 5px 7px;
    font-weight: 400;
    line-height: 19px;
    font-style: normal;
    color: rgb(174, 174, 174);
    border-bottom: 1px solid #f1f1f1;
    font-family: 'Montserrat-medium',Arial,sans-serif;
}
.sort-icon:after{
    top: 2px;
    left: 15px;
    font-size: 25px;
    content: "\e619";
    font-style: normal;
    position: absolute;
    vertical-align: top;
    display: inline-block;
    font-family: "icons-blank-theme";
}
.desc-sort:after{
    transform: rotate(-90deg);
}
.asc-sort:after{
    transform: rotate(90deg);
}
.products.wrapper ~ .toolbar .pages {
    float: none;
}
.pages .action {
    width: auto;
}
.pager-button{
    width: 90px;
    display: block;
    font-size: 12px;
    color: #D7D7D7;
    font-weight: 400;
    overflow: hidden;
    padding: 4px 49px;
    font-style: normal;
    position: relative;
    text-rendering: optimizeLegibility;
    border: 1px solid rgba(232, 155, 153, 1);
    font-family: 'Montserrat-medium',Arial,sans-serif;
    text-transform: uppercase;
}
.pager-title{
    font-size: 12px;
    font-weight: 200;
    color: #D7D7D7;
    font-style: normal;
    text-align: center;
    font-family: "Montserrat-Light", "Montserrat Light", "Montserrat";
}
.pager-button:visited, .pager-button:active{
    color: #D7D7D7;
}
.pager-button:hover{
    color: #fff;
    text-decoration: none;
    background-color: rgba(232, 155, 153, 1);
}
.nextpager::after{
    top: 4px;
    right: 28px;
    font-size: 30px;
    content: "\e619";
    position: absolute;
    font-family: "icons-blank-theme";
}
.prevpager label:before{
    top: 4.5px;
    left: 14px;
    font-size: 30px;
    content: "\e619";
    position: absolute;
    transform: rotate(180deg);
    font-family: "icons-blank-theme";
}
.pages-item-previous{
    margin-right: 10px;
}
.pages-item-next{
    margin-left: 10px;
}
.page-products .products-grid .product-item {
    width: 30.3333%;
}
.product-item-name{
    color: #666666;
    font-size: 14px;
    font-weight: 200;
    font-style: normal;
    text-align: center;
    font-family: "Montserrat-Light", "Montserrat Light", "Montserrat";
}
.product-item .price-box{
    text-align: center;
    margin: 0;
}
.product-item .price-box span{
    font-style: normal;
    font-size: 14px;
    font-weight: 200;
    font-family: "Montserrat-Light", "Montserrat Light", "Montserrat";
}
.product-item .price-box .old-price{
    color: #999999;
    margin-right: 5px;
}
.product-item .price-box .special-price{
    color: #FF0000;
    display: inline-block;
}
.actions-secondary{
    text-align: center;
}
.actions-secondary .towishlist:before{
    font-size: 56px;
    color: #E89B99;
}
.benuta-top-container-wrapper{
    margin-bottom: 15px;
}
.benuta-top-container{
    display: flex;
}
.benuta-category-description-container{
    flex-grow: 1;
    flex-basis: 0;
    position: relative;
}
.benuta-category-image{
    flex-grow: 2;
    flex-basis: 0;
    border: 1px solid rgba(174, 174, 174, 1);
    max-height: 400px;
}
.benuta-category-image img{
    width: 100%;
    height: 100%;
}
.benuta-category-name{
    top: 45%;
    margin: 0;
    left: 50%;
    padding: 0;
    z-index: 1;
    width: 100%;
    font-size: 60px;
    color: #FFCC33;
    font-weight: 500;
    text-align: center;
    position: absolute;
    font-family: "Quickbrush";
    transform: translate(-50%, -50%);
}
.benuta-category-description{
    top: 60%;
    left: 50%;
    width: 100%;
    font-size: 22px;
    color: #8C8C8C;
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
}
.category-cms{
    font-size: 13px;
    font-weight: 200;
    color: rgb(141, 141, 141);
    font-family: "Montserrat-Light", "Montserrat Light", Montserrat;
}
.block-subtitle{
    font-size: 15px;
    font-weight: 700;
    color: rgb(54, 54, 54);
    font-family: "Montserrat-Light", "Montserrat Light", "Montserrat";
}
.sort-option-selected{
    color: #fff;
    background-color: #E89B99;
}
.price-filter{
    font-weight: 400;
    line-height: 19px;
    border-width: 1px;
    font-style: normal;
    border-style: solid;
    display: inline-block;
    margin: 3px;
    border-color: rgb(228, 228, 228);
    font-family: "Montserrat-Regular", "Montserrat";
}
.price-filter a {

    display: block;
    padding: 10px 5px;
    font-size: 13px;
    color: rgb(141, 141, 141);
    font-family: 'Montserrat-Regular', 'Montserrat';
    font-weight: 600;
    min-width: 45px;
    text-align: center;

}
.price-filter a:hover{
    text-decoration: none;
}
.benuta-color {
    width: 36px;
    margin: 12px 7px 9px 7px;
    height: 36px;
    min-width: 36px;
    max-width: 36px;
    border-radius: 20px;
    box-shadow: 0px 0px 9px #bfbfbf;
}
.remove-applied-filter{
    width: 11px;
    height: 12px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    line-height: 13px;
    display: inline-block;
    vertical-align: text-top;
}
.filter-actions {
    float: right;
}
.filter-label {
    display: inline;
}
.filter-current{
    margin-bottom: 5px;
}
.benuta-filter-container{
    z-index: 2;
    width: 150px;
    display: none;
    position: relative;
}
.benuta-filter-label{
    display: block;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #E89B99;
    position: relative;
    padding: 10px 5px;
    background-color: #fff;
    border: 1px solid #E89B99;
    font-family: 'Montserrat-medium',Arial,sans-serif;
}
.benuta-filter-icon{
    top: 14px;
    left: 23px;
    width: 14px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #E89B99;
    position: absolute;
}
.swatch-option{
    border: none;
}
.close-layered-navigation{
    display: none;
}
.apply-filter-button{
    display: none;
}
.no-result-found-reset-button{
    display: none;
}
.benuta-delivery-info{
    font-size: 12px;
    font-weight: 200;
    color: #999999;
    line-height: 12px;
    padding: 7px 23px;
    font-style: normal;
    display: inline-block;
    border-right: 1px solid #e2e2e2;
    font-family: "Montserrat-Light", "Montserrat Light", "Montserrat";
}
.expandable-content-container{
    padding: 10px;
}
.expandable-content{
    height: 100px;
    overflow: hidden;
}
.show-more-button{
    text-decoration: none;
    font-size: 15px;
    color: #a48b6c;
    width: 23%;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin: 20px;
    cursor: pointer;
    display: block;
}

.columns .column .product-items .between-block{
    height: 420px;
    overflow: auto;
    display: inline-block;
    width: 65.666%;
}
.pages .item {
    vertical-align: middle;
}
body .swatch-attribute.size .swatch-option {
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ccc;
}
body .swatch-attribute.size .swatch-option:hover {
    background: #E89B99;
}
.filter-options .filter-options-content .item.price-filter:hover {
    background: #E89B99;
}
.layered-navigation-label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.layered-navigation-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.wk-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.wk-checkmark {
    border: 1px solid rgba(228, 228, 228);
    width: 15px;
    height: 15px;
    border-width: 1px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: none;
}
.layered-navigation-label:hover input ~ .wk-checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.layered-navigation-label input:checked ~ .wk-checkmark {
    background-color: #E89B99;
    border-color: #E89B99;
}
.wk-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.layered-navigation-label input:checked ~ .wk-checkmark:after {
    display: block;
}
.layered-navigation-label .wk-checkmark::after {
    left: 5px;
    top: 0px;
    width: 4px;
    height: 10px;
    border: solid white;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .swatch-option.color.benuta-color:hover {
    outline: unset;
    border: none;
}
.filter-options .filter-options-title {
    margin: 0;
    border-bottom:2px solid #ccc;
    padding:5px 0;
}
.filter-options .filter-options-content .item:first-child {
    margin-top: 15px;
}
.swatch-option:not(.disabled):hover {
    outline: none;
    border: none;
}
.wk-layered-navigation-head {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 0px;
}
body .breadcrumbs {
    padding:0px;
}
.filter-options .filter-options-content .item.price-filter {
    margin-top: 20px;
}
.swatch-attribute-options {
    margin-top:20px;
}

body .swatch-attribute.swatch-layered.color .swatch-option-link-layered {
    display: inline-block;
    max-width: 56px;
}
.wk-swatch-tooltip {
    display: none;
}
.swatch-attribute.swatch-layered.color .wk-swatch-tooltip {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 9px;
    float: left;
    line-height: 7px;
    color: #363636;
    font-weight: 200;
}
@media  screen and (max-width: 767px) and (min-width:0px){
    .range_slider_container {
        margin-left: 30px;
        margin-right: 30px;
    }
    .board {
        bottom: 6px;
    }
    .min_range_display {
        padding-left: 30px;
    }
    .max_range_display {
        padding-right: 30px;
    }
    .filter-clear {
        display: none;
    }
    body.page-layout-2columns-left .sidebar-main {
        width: 100%;
    }
}

@media  screen and (max-width: 480px) and (min-width:0px){
    body.page-layout-2columns-left .column.main {
        width: 100%;
    }
    .columns .column .product-items .between-block{
        display: none;
    }
    .benuta-top-container-wrapper {
        border: none;
    }
    .expandable-content-container{
        display: none;
    }
    .type-three-block-container{
        display: none;
    }
    .benuta-filter-container{
        display: inline-block;
        width: 180px;
    }
    .sort-container{
        width: 180px;
    }
    .page-products .products-grid .product-item{
        width: 49%;
    }
    .category-cms{
        display: none;
    }
    .pager-button{
        width: 78px;
    }
    .prevpager:before{
        left: 3px;
    }
    .nextpager:after{
        right: 10px;
    }
    .breadcrumbs{
        display: none;
    }
    .benuta-top-container {
        height: 340px;
        display: block;
    }
    .benuta-category-description-container {
        top: 310px;
        border: none;
    }
    .benuta-category-name {
        font-size: 50px;
        color: #8C8C8C;
    }
    .benuta-category-description{
        display: none;
    }
    body .block-search {
        z-index: 1;
    }
    .logo {
        z-index: 0;
    }
    .nav-toggle{
        z-index: auto;
    }
    .sort-option {
        width: 152px;
    }
    .sidebar-main{
        left: 0;
        bottom: -100%;
        height: 100%;
        z-index: 999;
        display: none;
        padding: 10px;
        overflow: auto;
        position: fixed;
        background: #fff;
        box-shadow: 1px 50px 10px #adadad;
    }
    .page-layout-2columns-left .sidebar-main {
        width: 90%;
    }
    .close-layered-navigation{
        top: 0;
        right: 0;
        width: 39px;
        z-index: 998;
        height: 50px;
        display: none;
        font-size: 35px;
        position: fixed;
        line-height: 50px;
        text-align: center;
    }
    .wk-footer-advantage-block .wk-advantage-header h3 {
        z-index: 0;
    }
    .no-result-found-reset-button{
        width: 100%;
        display: block;
        margin-bottom: 5px;
        text-align: center;
    }
    .wk-social-icon-wrapper label.label{
        z-index: 0;
    }
    .swatch-option-tooltip{
        display: none;
    }
    .filter-clear {
        display: block;
    }
}
@media  screen and (max-width: 375px) and (min-width:0px){
    .benuta-category-description-container {
        top: 285px;
    }
    .benuta-top-container {
        height: 310px;
    }
    .sort-container {
        width: 161px;
    }
    .benuta-filter-container {
        width: 160px;
    }
    .sort-option {
        width: 133px;
    }
    .close-layered-navigation {
        width: 34px;
    }
    .pager-button {
        width: 60px;
    }
    .prevpager:before {
        left: 0px;
    }
    .nextpager label {
        left: -8px;
        position: relative;
    }
    .nextpager:after {
        top: 2px;
        right: 2px;
    }
}
@media  screen and (max-width: 320px) and (min-width:0px){
    .benuta-top-container {
        height: 260px;
    }
    .benuta-category-description-container {
        top: 240px;
    }
    .benuta-category-name{
        font-size: 40px;
    }
    .sort-container {
        width: 133px;
    }
    .benuta-filter-container {
        width: 133px;
    }
    .sort-option {
        width: 105px;
    }
    .close-layered-navigation {
        width: 30px;
    }
    .nextpager label{
        left: -20px;
        position: relative;
    }
    .prevpager:before {
        left: -5px;
    }
    .prevpager label{
        left: -15px;
        position: relative;
    }
    .pager-button {
        width: 32px;
    }
    .nextpager:after {
        right: -3px;
    }
}
