.apb-product-block-style.site-item-lists-section .js-product{
    height:auto;
}

.apb-newsletter-section{
    margin-top:50px;
}

.main-container{
    width: 1240px;
    padding: 0px 20px 50px 20px;
    display: block;
    margin: auto;
}
.main-row{
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap:30px;
}
.main-row #left-column {
    max-width: 230px;
    min-width: 230px;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    padding:0px;
}
.main-row #content-wrapper {
    width: calc(100% - 230px);
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    max-width: initial;
    padding:0px;
}
.apb-breadcrumb-outer .container{
    width:100% !important;
    padding:0px !important;
}
.apb-subcategories h1, #js-product-list-header h1{
    font-family: 'Open Sans SemiBold';
    font-size: 30px;
    font-weight: 600;
    color:#252525;
    margin:0px 0px 10px 0px;
}

.apb-subcategories ul{
    padding:0px;
    margin:0px -10px;
}
.apb-subcategories ul li{
    list-style: none;
    margin-top:20px;
    padding:0px 10px;
}
.apb-subcategories ul li a{
    border-radius:15px;
    background-color:#f1f3f0;
    padding:10px;
    text-decoration:none;
    border:2px solid transparent;
    height:100%;
}
.apb-subcategories ul li a:hover{
    border:2px solid #90e52c;
}

.apb-subcategories ul li .apb-image-wrapper{
    min-width:60px;
    width:60px;
    height:60px;
    margin-right:15px;
}
.apb-subcategories ul li .apb-image-wrapper img{
    width:auto;
    height:auto;
    max-width: 60px;
    max-height: 60px;
    mix-blend-mode: multiply;
}

.apb-subcategories ul li h4{
    font-family: 'Open Sans SemiBold';
    font-size: 14px;
    font-weight: 600;
    color:#252525;
    line-height:18px;
}

.apb-category-page-head{
    padding-top:30px;
    margin:30px 0px 10px 0px;
    border-top:1px solid #ebebeb;
}

.apb-custom-select {
    position: relative;
}

.apb-custom-select .select-title {
    font-family: "Open Sans Regular";
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #252525;
    background-color: rgb(255, 255, 255);
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    height: 40px;
    outline: 0 !important;
    min-width: 256px;
    text-align: left;
    cursor: pointer;
    position: relative;
    box-shadow: none;
    z-index: 1001;
    padding: 8px 12px;
}

.apb-custom-select .select-title i {
    font-size: 12px;
    color: #252525;
    min-width: 20px;
    text-align: right;
    padding-top: 3px;
}

.apb-custom-select .select-title .selectText {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.apb-custom-label {
    font-family: "Open Sans Regular";
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    margin-right: 20px;
}

.apb-custom-select .dropdown-menu {
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    font-family: "Open Sans Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 0px;
    margin: 0;
    width: 100%;
    padding: 0px 0px 10px 0px;
    position: absolute;
    left: 0;
    top: 100% !important;
    transform: translate3d(0, 0, 0) !important;
}

.apb-custom-select.open .dropdown-menu,
.apb-custom-select.show .dropdown-menu {
    display: block;
}

.apb-custom-select .dropdown-menu a {
    display: block;
    padding: 5px 12px;
    font-size: 14px;
    color: #252525;
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    margin-top: 1px;
}

.apb-custom-select .dropdown-menu a:hover {
    background-color: #f1f3f0;
    color: #252525;
}

.apb-custom-select .dropdown-menu a.current,
.apb-custom-select .dropdown-menu a.current:hover {
    background-color: #90e52c !important;
    color: #252525 !important;
}

.apb-total-pages{
    font-family: "Open Sans Regular";
    font-size:16px;
    font-weight:400;
    color:#252525;
}
.apb-total-pages b{
    font-family: "Open Sans Bold";
    font-weight:700;
}

.site-item-lists-section .row{
    margin:0px -10px;
}
.site-item-lists-section .apb-product-block{
    position:initial;
    padding: 0px 10px;
    margin-top:20px;
    border:none;
}

.site-item-lists-section .apb-product-block article {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 15px;
}

.site-item-lists-section .apb-product-block-price-cart-link {
    flex-direction: column;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.site-item-lists-section .apb-product-block-price {
    display: inline-flex;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.site-item-lists-section .apb-product-block-price.has_discount {
    position: relative;
    padding-bottom: 22px;
}
.site-item-lists-section .apb-product-block-price.has_discount .product-discount {
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.site-item-lists-section .apb-product-block-price.has_discount .product-discount span{
    margin:0px;
}
.site-item-lists-section .apb-product-block-price.has_discount .product-discount + span{
    margin-top:0px;
}

.site-item-lists-section .apb-product-block-price span {
    margin-left: 10px;
    position: relative;
    top: 3px;
}

.site-item-lists-section .apb-product-block-cart-link {
    margin-top: 18px;
    width: calc(100% + 10px);
    gap: 20px;
}

.site-item-lists-section .apb-product-block-cart-btn, .site-item-lists-section .apb-product-block-cart-btn:focus {
    width: 100%;
    height: 40px;
    font-family: 'Open Sans Bold';
    font-weight: 700;
    font-size: 13px;
    color: #252525;
    text-decoration: none;
    text-transform: uppercase;
}
.site-item-lists-section .apb-product-block-cart-btn:hover, .site-item-lists-section .apb-product-block-cart-btn:focus:hover{
    color:#fff;
}
.site-item-lists-section .apb-product-block-cart-btn i {
    font-size: 18px;
    margin-right: 10px;
}
.site-item-lists-section .apb-product-block-cart-btn span{
    display:inline-flex !important;
}

.site-item-lists-section .apb-product-block-link-btn, .site-item-lists-section .apb-product-block-link-btn:focus {
    width: 40px;
    height: 40px;
    min-width: 40px;
}

.apb-pagination-outer {
    padding: 30px 0px 0px 0px;
}


.apb-pagination ul {
    padding: 0;
    margin: 0
}

.apb-pagination ul li {
    list-style: none;
    display: inline-flex
}

.apb-pagination ul li .spacer,
.apb-pagination ul li a:not(.next):not(.previous) {
    margin: 0 5px !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    background-color:#fff;
    border: 1px solid #ebebeb;
    min-width: 30px;
    height: 30px;
    border-radius: 100px;
    margin: 0;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    line-height: 28px;
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #252525;
    text-decoration: none !important
}


.apb-pagination ul li a:not(.next):not(.previous):hover{
    background-color:#252525;
    border-color:#252525;
    color:#fff;
}

.apb-pagination ul li .spacer {
    cursor: not-allowed;
    border: none;
}

.apb-pagination ul li.current a {
    color: #252525 !important;
    border-color:#90e52c !important;
    background-color: #90e52c !important;
    border: none !important;
}

.apb-pagination ul li a.next,
.apb-pagination ul li a.previous {
    text-decoration: none !important;
    color: rgb(161, 161, 161);
}

.apb-pagination ul li a.next:hover,
.apb-pagination ul li a.previous:hover {
    text-decoration: none !important;
    color: #252525;
 
}

.apb-pagination ul li span.next,
.apb-pagination ul li span.prev {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    min-width: 30px;
    position: relative;
    top: 0px;
    background-color: #e9ebe8 !important;
    border: 2px solid #e9ebe8;
    line-height: 30px;
    margin-left: 5px;
    color: #252525;

}


.apb-pagination ul li span.next:hover,
.apb-pagination ul li span.prev:hover{
    border: 2px solid #252525 !important;
    background-color: #252525 !important;
    color:#fff !important;
}

.apb-pagination ul li span.prev{
    margin-left: 0px;
    margin-right:5px;
}

.apb-pagination ul li span.prev i {
    font-size: 11px;
    -ms-flex-item-align: center !important;
    align-self: center !important;
    display: inline-flex;
    position: relative;
    left: -1px;
    top: 0px
}

.apb-pagination ul li span.next i {
    font-size: 11px;
    -ms-flex-item-align: center !important;
    align-self: center !important;
    display: inline-flex;
    position: relative;
    left: 1px;
    top: 0px
}

.apb-pagination ul li a.next.disabled, .apb-pagination ul li a.previous.disabled {
    opacity: 0.5;
    cursor: no-drop;
}

.apb-pagination ul li a.next.disabled .next, .apb-pagination ul li a.previous.disabled .prev {
    background-color: #e9ebe8 !important;
    border: 2px solid #e9ebe8 !important;
    color: #252525 !important;
}



@media (max-width: 1240px) {
    .main-container {
        width: 100%;
    }
}

@media (min-width: 1176px) {
    .site-show-content-1175{
        display:none !important;
    }
}
@media (max-width: 1175px) {
    .apb-custom-label{
        display:none !important;
    }

    .categoryFilterOpen a {
        padding: 7.5px 10px;
        border-radius: 10px;
        gap:10px;
        min-width:120px;
    }
    .categoryFilterOpen a:hover, .categoryFilterOpen a:focus:hover{
        background-color:#252525;
        border-color:#252525;
        color:#fff;
    }
    .categoryFilterOpen a i{
        font-size:20px;
    }
    .apb-category-page-head-inner{
        gap:20px;
    }

    .site-item-lists-section .apb-product-block{
        -webkit-flex: 0 0 33.333333333%;
        -ms-flex: 0 0 33.333333333%;
        flex: 0 0 33.333333333%;
        max-width: 33.333333333%;
    }

    body .main-row #left-column {
        padding: 0;
        max-width: 250px;
        min-width: 250px;
        height: 100%;
        position: fixed;
        top: 0;
        left: -300px;
        z-index: -100;
        opacity: 0;
        padding-top: 50px;
        padding-bottom: 140px;
        -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
        -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
        background-color: #fff;
    }
    .main-row #content-wrapper{
        width:100%;
    }
    .apb-subcategories h1, #js-product-list-header h1{
        margin-bottom:22px;
    }
    .apb-subcategories ul{
        margin:0px -5px;
    }
    .apb-subcategories ul li{
        padding:0px 5px;
        margin-top:10px;
    }
    .site-item-lists-section .row{
        margin:0px -5px;
    }
    .site-item-lists-section .apb-product-block {
        padding: 0px 5px;
        margin-top: 10px;
    }
    .apb-category-page-head{
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .main-container{
        padding:0px 15px 30px 15px;
    }
    .apb-subcategories ul li{
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .apb-subcategories h1, #js-product-list-header h1{
        font-size:22px;
        margin:-8px 0px 10px 0px;
    }
    .apb-subcategories ul li{
        margin-top:8px;
    }
    .apb-category-page-head{
        margin-top:0px;
        border:none;
        flex-direction: column;
    }
    .apb-total-pages{
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
        margin:-6px 0px 20px 0px;
    }
    .apb-category-page-head-inner {
        gap: 15px;
    }
    .categoryFilterOpen {
        width:calc(50% - 7.5px);
        min-width:calc(50% - 7.5px);
    }
    .apb-custom-select-outer{
        width:calc(50% - 7.5px);
    }
    .apb-custom-select, .apb-custom-select .select-title{
        min-width:initial;
        width:100%;
    }
    .apb-category-page-head{
        margin-bottom: 10px;
    }
    .site-item-lists-section .apb-product-block {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .apb-pagination-outer {
        padding: 20px 0px 0px 0px;
    }
}

@media (max-width: 550px) {
    .apb-subcategories ul li{
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .categoryFilterOpen {
        width:70px;
        min-width:70px;
    }
    .apb-custom-select-outer{
        width:calc(100% - 70px);
    }
    .categoryFilterOpen a{
        gap:0px;
        min-width:70px;
    }
    .categoryFilterOpen a .text{
        display:none !important;
    }
}

@media (max-width: 479px) {
    .site-item-lists-section .apb-product-block article{
        padding:10px;
    }
    .site-item-lists-section .apb-product-block-cart-link{
        gap:10px;
        width:100%;
    }
    .site-item-lists-section .apb-product-block-cart-btn, .site-item-lists-section .apb-product-block-cart-btn:focus,
    .site-item-lists-section .apb-product-block-link-btn, .site-item-lists-section .apb-product-block-link-btn:focus{
        width: calc(50% - 5px);
        min-width: calc(50% - 5px);
    }
    .site-item-lists-section .apb-product-block-cart-btn i{
        margin-right:0px;
    }
    .site-item-lists-section .apb-product-block-cart-btn span{
        display:none !important;
    }
    .site-item-lists-section .apb-product-block-price.has_discount{
        padding-bottom:18px;
    }
}


/*Category Filter*/

#amazzing_filter {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: none;
    border: 1px solid #ebebeb;

}

.af [class^="icon-"]:before, .af [class*="icon-"]:before{
    font-family: 'APB' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#amazzing_filter .af_filter .af_subtitle:before{
    display: none !important;
}
#amazzing_filter .af_filter:not(.closed) .af_subtitle:after{
    content: "\e910";
    font-family: 'APB' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #252525;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -5px;
}

#amazzing_filter .af_filter.closed .af_subtitle:after{
    content: "\e911";
    font-family: 'APB' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #252525;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -5px;
}

#amazzing_filter .af_filter {
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0;
}

#amazzing_filter .af_subtitle {
    padding: 16px 35px 16px 20px;
    font-size: 15px;
    font-family: 'Open Sans Bold';
    font-weight: 700;
    line-height: 1.2;
    display: block;
    color:#252525;
    text-transform: uppercase;
}

#amazzing_filter .af_filter_content {
    padding: 0 20px 20px 20px;
    overflow: hidden;
}

.af .icon-plus:before {
    content: "\e91b";
}


.af_filter_content .block-categories ul{
    padding:0px;
    margin:0px;
}
.af_filter_content .block-categories ul li{
    list-style:none;
}

.af_filter_content .block-categories ul li a.first-level-link{
    font-family: 'Open Sans Bold';
    font-size:14px;
    font-weight:700;
    color:#252525;
    text-decoration:none;
    line-height:20px;
    text-transform: uppercase;
}
.af_filter_content .block-categories ul li a.first-level-link:hover{
    color:#252525;
}
.af_filter_content .block-categories ul li .parent-link .trigger-icon{
    min-width:30px;
}
.af_filter_content .block-categories ul li .parent-link .trigger-icon .icon-chevron-down, .af_filter_content .block-categories ul li .parent-link .trigger-icon .icon-plus{
    position:relative;
    top:6px;
    font-size:12px;
    color:#252525;
}
.af_filter_content .block-categories ul li .parent-link .trigger-icon .icon-plus{
    font-size:10px;
    top:2px;
}
.af_filter_content .block-categories ul li .category-sub-menu{
    height: 0px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    overflow: hidden;
}
.af_filter_content .block-categories ul li.active > .parent-link + .category-sub-menu{
    height: auto;
    opacity: 1;
    transform: scaleY(1);
    transition: transform 0.3s ease, opacity 0.6s ease;
    overflow: hidden;
}
.af_filter_content .block-categories ul li.active > .parent-link .trigger-icon .icon-chevron-down{
    transform: rotate(180deg);
}
.af_filter_content .block-categories ul li.active > .parent-link .trigger-icon .icon-plus:before{
    content: "\e91b";
}
.af_filter_content .block-categories ul li[data-depth="0"]:not(:first-child){
    margin-top:15px;
}

.af_filter_content .block-categories ul li.has-children > .parent-link {
    cursor: pointer;
}
.af_filter_content.af_filter_content_category{
    border-bottom: 1px solid #ebebeb;
}
.af-form {
    padding-top: 0px;
}

.af_filter_content .block-categories ul li ul{
    padding-left:10px;
}
.af_filter_content .block-categories ul li ul li{
    margin-top:15px;
}

.af_filter_content .block-categories ul li ul li a{
    font-family: 'Open Sans Regular';
    font-size:14px;
    font-weight:400;
    color:#252525;
    text-decoration:none;
    line-height:18px;
}
.af_filter_content .block-categories ul li ul li a:hover{
    text-decoration:underline !important;
}

#amazzing_filter .af_filter[data-url="kategorijos"] ul{
    padding:0px;
    margin:0px;
}
#amazzing_filter .af_filter[data-url="kategorijos"] ul li{
    list-style:none;
}
#amazzing_filter .af_filter[data-url="kategorijos"] ul li:not(:first-child){
    margin-top:0px;
}
#amazzing_filter .af_filter[data-url="kategorijos"] ul li label{
    position:relative;
}
#amazzing_filter .af_filter[data-url="kategorijos"] ul li label input{
    display:none;
}
#amazzing_filter .af_filter[data-url="kategorijos"] ul li label .name{
    position:relative;
    padding:0px 15px 0px 25px;
    font-family: 'Open Sans Regular';
    font-size:15px;
    font-weight:400;
    color:#252525;
    line-height:18px;
    margin:0px;
}
#amazzing_filter .af_filter[data-url="kategorijos"] ul li label .name:before{
    content: "";
    position: absolute;
    top: -2px;
    left: 0px;
    width: 22px;
    height: 22px;
    border: 1.5px solid #e1e1e1;
    border-radius: 4px;
}
#amazzing_filter .af_filter[data-url="kategorijos"] ul li label input:checked + .name:before {
    background-color: #90e52c;
    border-color: #90e52c;
}

#amazzing_filter .af_filter[data-url="kategorijos"] ul li label input:checked + .name:after {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 1px;
    text-align: center;
    content: "\e905";
    font-family: 'APB' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 12px;
}
#amazzing_filter .af_filter[data-url="kategorijos"] ul li label .name .af-toggle-child{
    position:relative;
    top:1px;
    color:#acacac;
}
.af_filter .count {
    color: #959595;
    margin-left: auto;
    padding-left: 0px;
    font-size: 15px;
    position:relative;
    top:2px;
}
#amazzing_filter .af_filter[data-url="kategorijos"] ul li ul{
    padding:10px 0px 0px 10px;
}

#amazzing_filter .af_filter.type-1 ul{
    padding:0px;
    margin:0px;
}
#amazzing_filter .af_filter.type-1 ul li{
    list-style:none;
    padding:5px 0px;
}
#amazzing_filter .af_filter.type-1 ul li:not(:first-child){
    margin-top:0px;
}
#amazzing_filter .af_filter.type-1 ul li label{
    position:relative;
}
#amazzing_filter .af_filter.type-1 ul li label input{
    display:none;
}
#amazzing_filter .af_filter.type-1 ul li label .name{
    position:relative;
    padding:0px 15px 0px 30px;
    font-family: 'Open Sans Regular';
    font-size:15px;
    font-weight:400;
    color:#252525;
    line-height:18px;
    margin:0px;
}
#amazzing_filter .af_filter.type-1 ul li label .name:before{
    content: "";
    position: absolute;
    top: -2px;
    left: 0px;
    width: 22px;
    height: 22px;
    border: 1.5px solid #e1e1e1;
    border-radius: 4px;
}
#amazzing_filter .af_filter.type-1 ul li label input:checked + .name:before {
    background-color: #90e52c;
    border-color: #90e52c;
}

/*#amazzing_filter .af_filter.type-1 ul li label input:checked + .name:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0px;
    left: 1px;
    text-align: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBpZD0iY2hlY2siPgogIDxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMFYweiIvPgogIDxwYXRoIGQ9Ik05IDE2LjE3TDQuODMgMTJsLTEuNDIgMS40MUw5IDE5IDIxIDdsLTEuNDEtMS40MUw5IDE2LjE3eiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4=);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}*/
#amazzing_filter .af_filter.type-1 ul li label input:checked + .name:after{
  
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 1px;
    text-align: center;
    content: "\e905";
    font-family: 'APB' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 12px;
}
#amazzing_filter .af_filter.type-1 ul li label .name .af-toggle-child{
    position:relative;
    top:1px;
   /* color:#acacac;*/
}

#amazzing_filter .af_filter.type-1 ul li ul{
    padding:10px 0px 0px 10px;
}
.selectedFilters .cf{
    display:none !important;
}
#amazzing_filter .af-slider .slider-bar {
    position: relative;
    margin: 8px 8px 15px 8px;
    height: 3px;
    background: #e1e1e1;
    border-radius: 0px;
    clear: both;
}
#amazzing_filter .af-slider .pointer {
    top: -8px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #90e52c;
    border:none;
}
#amazzing_filter .af-slider .selected-bar {
    background: #90e52c;
}

.slide-initial-value .from-value, .slide-initial-value .to-value{
    font-size:15px;
    font-family:"Open Sans Regular";
    font-weight:400;
    color:#959595;
}

/*change functionality of slider*/
 #amazzing_filter .af-slider .slider_value.edit > span{
    display:initial !important;
}
#amazzing_filter .af_filter:hover .slider_value, #amazzing_filter .af-slider .slider_value.edit{
    border:none !important;
}
#amazzing_filter .af-slider .slider_value {
    padding:0px !important;
    margin:0px !important;
    border:none !important;
    cursor:default !important;
    font-size: 15px;
    font-family: "Open Sans SemiBold";
    font-weight: 600;
    color: #252525;
}
#amazzing_filter .slider-values .dash {
    font-size: 15px;
    font-family: "Open Sans SemiBold";
    font-weight: 600;
    color: #252525;
    margin: 0px 3px;
}
#amazzing_filter .slider-values{
    margin-bottom:15px;
}
.selectedFilters{
    margin-top:0px;
}

.clearAllFilter a, .apb-clearAll a {
    font-size: 15px;
    text-transform: uppercase;
    color: #252525;
    text-decoration: none;
    font-family: "Open Sans SemiBold";
    font-weight: 600;
    margin-top: 20px;
}
.clearAllFilter a i, .apb-clearAll a i {
    font-size: 10px;
    margin-right: 10px;
}
.clearAllFilter a:hover .txt, .apb-clearAll a:hover .txt {
    text-decoration: underline;
}
.selectedFiltersOuter{
    padding:0px 20px 20px 20px;
}
.af-slider {
    margin-bottom: 0px;
}
.closeCategoryFilter{
    margin-top:20px;
}
.selectedFiltersOuter.bdr {
    border-top: 1px solid #ebebeb;
}
#amazzing_filter .toggleMoreFilters, #amazzing_filter .toggleMoreFilters:focus {
    background: none;
    margin: 13px 0px;
    padding: 0px;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 15px;
    text-transform: uppercase;
    color: #252525;
    text-decoration: none;
    font-family: "Open Sans SemiBold";
    font-weight: 600;
}
#amazzing_filter .toggleMoreFilters i, #amazzing_filter .toggleMoreFilters:focus i {
    font-size: 12px;
    margin-right: 5px;
}
#amazzing_filter .toggleMoreFilters:hover .txt, #amazzing_filter .toggleMoreFilters:focus:hover .txt {
    text-decoration: underline;
}



.af-compact-overlay {
	display: none;
}

@media (min-width: 1176px) {
    .categoryFilterOpen, .filter__head {
        display: none !important;
    }
}

@media (max-width: 1175px) {

    .filter__head .closeCategoryFilter i:before {
        font-family: 'APB' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    h2#js-product-list-header.adjust-margin{
        text-align:center;
    }
    .apb-custom-label{
        display: none !important;
    }
   
    #amazzing_filter .btn-primary.compact-toggle, .site-hide-content-1175 {
        display: none !important;
    }
    

    body .main-row #left-column {
        padding: 0;
        max-width: 250px;
        min-width: 250px;
        height: 100%;
        position: fixed;
        top: 0;
        left: -300px;
        z-index: -100;
        opacity: 0;
        padding-top: 50px;
        padding-bottom: 140px;
        -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
        -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
        background-color: #fff;
    }
    body.filterOpen2 .main-row #left-column{
        padding-bottom: 90px;
    }
    body.filterOpen .af-compact-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        z-index: 1029;
        display: block;
        opacity:1;
    }
    body.filterOpen .main-row #left-column {
        left:0px;
        opacity: 1;
        z-index: 1030;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
        -o-transition: opacity 0.3s linear, left 0.3s ease-out;
        transition: opacity 0.3s linear, left 0.3s ease-out;
    }
    body.filterOpen .main-row #left-column #amazzing_filter .block_content {
        position: relative;
        width: 100%;
        height: 100%;
        
    }
    .filter__head {
        position: fixed;
        top: 0;
        left: -300px;
        min-width: 250px;
        max-width: 250px;
        height: 50px;
        background-color: #fff;
    
    }
    .filter__head .name-icon {
        font-family: 'Open Sans SemiBold';
        font-weight: 600;
        font-size: 15px;
        color: #898989;
        text-transform: uppercase;
        padding-left: 20px;
    }
    .filter__head .name-icon i {
        font-size:20px;
        margin-right: 10px;
        color:#898989;
    }
    .filter__head .closeCategoryFilter, .filter__head .closeCategoryFilter:focus {
        width: 50px;
        height: 50px;
        font-size: 18px;
        color: #252525;
        cursor: pointer;
        margin-top:0px;
    }
    body.filterOpen .main-row #left-column #amazzing_filter .filter__head{
        left:0px;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
        -o-transition: opacity 0.3s linear, left 0.3s ease-out;
        transition: opacity 0.3s linear, left 0.3s ease-out;
    }
    body .main-row #left-column #amazzing_filter {
        position: relative;
        width: 100%;
        height: 100%;
        opacity: 1;
        z-index: 1030;
        -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 0%);
        -moz-box-shadow: 0 0 20px 0 transparent;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 0%);
        border-radius:0px;
        
    }
    .amazing-filter-inner{
        position: relative;
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
    body.filterOpen {
        overflow: hidden;
    }
    .selectedFiltersOuter {
        position: fixed;
        bottom: 0px;
        left: -300px;
        width: 250px;
        height: 140px;
        background-color: #fff;
        display:block !important;
    }
    body.filterOpen2 .selectedFiltersOuter {
        height: 90px;
    }
    body.filterOpen .main-row #left-column #amazzing_filter .selectedFiltersOuter {
        left:0px;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
        -o-transition: opacity 0.3s linear, left 0.3s ease-out;
        transition: opacity 0.3s linear, left 0.3s ease-out;
    }
    
}

.category-description-outer{
    margin-bottom:30px;
}

#js-product-list-footer .card {
    background-color: #f1f3f0;
    border-radius: 15px;
    padding: 30px;
    margin-top: 24px;
}

#category-description h1, #category-description h2, #category-description h3, #category-description h4, #category-description h5, #category-description h6,
#js-product-list-footer .card h1, #js-product-list-footer .card h2, #js-product-list-footer .card h3, #js-product-list-footer .card h4, #js-product-list-footer .card h5, #js-product-list-footer .card h6{
    font-family: 'Open Sans SemiBold';
    font-size: 24px;
    font-weight: 600;
    color: #252525;
    margin: 0px 0px 15px 0px;
}

#category-description h2, #category-description h3, #category-description h4, #category-description h5, #category-description h6,
#js-product-list-footer .card h2, #js-product-list-footer .card h3, #js-product-list-footer .card h4, #js-product-list-footer .card h5, #js-product-list-footer .card h6{
    font-size:24px;
}

#category-description blockquote, #js-product-list-footer .card blockquote {
    margin:0px;
}

#category-description blockquote + blockquote, #js-product-list-footer .card blockquote + blockquote {
    margin-top:24px;
}

#category-description p, #js-product-list-footer .card p,
#category-description p a, #js-product-list-footer .card p a {
    font-family: "Open Sans Regular";
    font-style: normal;
    font-weight: 400;
    margin:25px 0px 0px 0px;
    font-size: 15px;
    line-height: 24px;
    color: #252525;
}
#category-description p b, #js-product-list-footer .card p b,
#category-description p strong, #js-product-list-footer .card p strong{
    font-family: 'Open Sans Bold';
    font-weight: 700;
    color: #252525;
}
#category-description p:empty, #js-product-list-footer .card p:empty{
    display:none;
}
#category-description p:first-child, #js-product-list-footer .card p:first-child{
    margin-top:0px;
}
.show-more-less-des-btn a, .show-more-less-des-btn-2 a {
    font-family: "Open Sans SemiBold";
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
}
.show-more-less-des-btn a:hover, .show-more-less-des-btn-2 a:hover{
    color:#252525;
}
.show-more-less-des-btn a i, .show-more-less-des-btn-2 a i {
    font-size: 12px;
    margin-right: 10px;
}

.category-description-outer {
    margin: 30px 0px 0px 0px;
    padding: 30px 0px 0px 0px;
    border-top: 1px solid #e1e1e1;
}

@media (max-width: 550px) {
    .site-item-lists .category-description-outer p {
        display: block !important;
    }
}




.apb-search-cat-outer {
    margin-bottom: 12px;
}
.apb-search-cat-list{
    position:relative;
}
.apb-cat-search-loader{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #f2f3f0;
    z-index: 10;
}
.apb-cat-search-loader .cssload-speeding-wheel{
    width:60px;
    height:60px;
    border: 2px solid #90e52c;
    border-left-color: transparent;
    border-right-color: transparent;
}
.apb-search-cat-list.show_all_visible_li{
    max-height: 240px;
    overflow-x:hidden;
    overflow-y: auto;
    margin-bottom:20px;
}

.apb-subcategories-search-list {
    background-color: #f1f3f0;
    border-radius: 15px;
    padding: 25px 30px 20px 30px;
    margin-top: 20px;
}


.apb-search-cat{
    position:relative;
}
.apb-search-cat input, .apb-search-cat input:focus {
    min-height: 40px;
    border: 1px solid #d7d7d7;
    border-radius: 100px;
    padding: 5px 15px 7px 40px;
}
.apb-search-cat input:focus{
    border-color:#90e52c;
}

.apb-search-cat i{
    position: absolute;
    font-size: 16px;
    color: #7d7d7d;
    top: 50%;
    margin-top: -8px;
    left: 16px;
}

.apb-search-cat-list ul{
    position:relative;
    padding:0px;
    margin-top:0px;
    margin-bottom:0px;
}
.apb-search-cat-list ul li{
    list-style:none;
    margin:7px 0px;
}

.apb-search-cat-list ul a{
    text-decoration:none;
    color:#252525;
}

.apb-search-cat-list ul a .icon{
    margin-right: 10px;
    position: relative;
    top: 1px;
    font-size:7px;
    width:16px;
    min-width:16px;
    height:16px;
    border-radius: 100px;
    color:#252525;
    background-color:#dadcd9;
}

.apb-search-cat-list ul a:hover .icon{
    background-color:#90e52c;
}

.apb-search-cat-list ul a:hover .name{
    color:#252525;
    text-decoration: underline;
}

.apb-search-cat-list ul a .name{
    font-family: 'Open Sans SemiBold';
    font-size:14px;
    font-weight:600;
    line-height: 18px;
    text-decoration:none;
}

.apb-search-cat-list-view-more-less{
    text-align:center;
    height:0px;
}



.apb-search-cat-list-view-more-less .site-btn, .apb-search-cat-list-view-more-less .site-btn:focus{
    border-radius: 100px;
    min-width: 180px;
    font-size: 13px;
    padding: 4px;
    gap: 8px;
}
.apb-search-cat-list-view-more-less .site-btn:hover, .apb-search-cat-list-view-more-less .site-btn:focus:hover{
    background-color:#252525;
    border-color:#252525;
    color:#fff;
}

.apb-subcategories-layout-2 + .selectedFilters + #products .apb-category-page-head,
.apb-subcategories-layout-2 + .selectedFilters + .selectedFilters + #products .apb-category-page-head,
.apb-subcategories-layout-2 + #products .apb-category-page-head{
    padding-top: 0px;
    margin-top: 35px;
    border-top: 0px solid #ebebeb;
}

.apb-subcategories-layout-2 + .selectedFilters, .apb-subcategories-layout-2 + .selectedFilters + .selectedFilters{
    display:none !important;
}

.apb-search-cat-list.shade:before{
    content:"";
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:80px;
    background-image: -moz-linear-gradient( 90deg, rgb(241,243,240) 0%, rgba(241,243,240,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(241,243,240) 0%, rgba(241,243,240,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(241,243,240) 0%, rgba(241,243,240,0) 100%);
    z-index: 8;
}


  

@media (max-width: 767px) {
    #js-product-list-footer .card{
        padding:15px;
    }
    #category-description h1, #category-description h2, #category-description h3, #category-description h4, #category-description h5, #category-description h6, #js-product-list-footer .card h1, #js-product-list-footer .card h2, #js-product-list-footer .card h3, #js-product-list-footer .card h4, #js-product-list-footer .card h5, #js-product-list-footer .card h6{
        font-size:20px;
    }
    #category-description h2, #category-description h3, #category-description h4, #category-description h5, #category-description h6, #js-product-list-footer .card h2, #js-product-list-footer .card h3, #js-product-list-footer .card h4, #js-product-list-footer .card h5, #js-product-list-footer .card h6{
        font-size:20px;
    }
    .apb-search-cat-list ul li{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .apb-subcategories-search-list{
        padding:15px;
    }
}
@media (min-width: 551px) {
.apb-search-cat-list-row li {
    display: none;
}

.apb-search-cat-list-row li.visible_li:nth-child(-n+21) {
    display: flex;
}
.apb-search-cat-list.show_all_visible_li ul li{
    display:flex !important;
}
}

@media (max-width: 550px) {
    .apb-search-cat-list-row li {
        display: none;
    }
    
    .apb-search-cat-list-row li.visible_li:nth-child(-n+8) {
        display: flex;
    }
    .apb-search-cat-list.show_all_visible_li ul li{
        display:flex !important;
    }
    .apb-search-cat-list ul li{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .apb-subcategories-search-list{
        padding:15px;
    }

}


#amazzing_filter .ui-select {
    position: relative;
  }
  
  #amazzing_filter .product-select-style {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none !important;
    outline: none;
    display: block;
    padding: 0px 30px 0px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    color: #252525;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    min-width: 90px;
    background-color: transparent !important;
    position: relative;
    z-index: 2;
  }
  
  
  
  #amazzing_filter .product-select-style-arrow {
    position: absolute;
    top: -1px;
    right: 0px;
    width: 30px;
    font-size: 10px;
    height: 40px;
    display: none;
    padding-left: 5px;
    line-height: 44px;
    z-index: 1;
  }
  
  #amazzing_filter .product-select-style-arrow i:before {
    font-family: 'APB' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  #amazzing_filter .product-select-style+.product-select-style-arrow {
    display: block;
  }
  
  .ui-select .select2-container .select2-selection--single {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    color: #252525;
    border: 1px solid #d7d7d7 !important;
    border-radius: 10px !important;
    min-width: 90px;
    background-color: #fff;
  }
  
  .ui-select .select2-container .select2-selection--single .select2-selection__rendered {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 38px;
    height: 40px;
    color: #252525;
    padding: 0px 30px 0px 15px;
  }
  
  .ui-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    height: 40px;
    padding-left: 5px;
    line-height: 36px;
    top: 1px;
    right: 1px;
    transform: none;
  }
  
  .ui-select .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\e911";
    font-family: 'APB' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    color: #252525;
    background: none;
    position: relative;
    text-align: center;
  }
  
  .ui-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
  }
  
  .product-select-style-arrow {
    position: absolute;
    top: -1px;
    right: 0px;
    width: 30px;
    font-size: 10px;
    height: 40px;
    display: none;
    padding-left: 5px;
    line-height: 44px;
    z-index: -1;
  }
  
  .product-select-style+.product-select-style-arrow {
    display: block;
  }
  
  .select2-dropdown.select2-dropdown-updated {
    background-color: transparent;
    border: 0px solid #aaa;
    border-radius: 0px;
    padding-top: 5px;
    margin-top:0px;
  }
  
  .select2-dropdown.select2-dropdown-updated .select2-results {
    position: relative;
    left: 0px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    overflow: hidden;
  }
  
  .select2-results__option {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #252525;
    padding: 8px 15px 6px 15px;
    cursor: pointer;
  }
  
  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f1f3f0 !important;
    color: #252525 !important;
  }
  
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #90e52c !important;
    color: #252525 !important;
  }

  .block-categories > ul > li > ul {
    padding-left: 0px !important;
}

#amazzing_filter .af_filter:last-child, #amazzing_filter .hidden_inputs + .af_filter:last-child {
    border-bottom: none;
}

.selectedFiltersOuter a.site-btn:hover, .selectedFiltersOuter a.site-btn:focus:hover{
    background-color:#252525;
    border-color:#252525;
    color:#fff;
}
#subcategories + .selectedFilters{
    display:none !important;
}

.af_filter_content .block-categories ul li.active-2 > .parent-link a {
    font-family: 'Open Sans Bold';
    font-weight: 700;
}

/*LUPA SEARCH RESULT PAGE CSS*/
#lupa-search-results-breadcrumbs{
    display:none !important;
}
.lupa-result-page-title{
    font-family: 'Open Sans SemiBold';
    font-size: 30px;
    font-weight: 600;
    color: #252525;
    margin: 0px 0px 40px 0px;
}

#lupa-search-results, .top-layout-wrapper {
    width: 100%;
    height: 100%;
    flex-direction: row;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 30px;
}

.lupa-search-result-filters {
    max-width: 230px;
    min-width: 230px;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    padding: 0px;
}

#lupa-search-results-products {
    background: #fff;
    width: calc(100% - 230px);
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    max-width: initial;
    padding: 0px;
}

.lupa-search-result-facets {
    font-family: "Open Sans Regular";
    background-color: #fff;
    border-radius: 15px;
    box-shadow: none;
    border: 1px solid #ebebeb;
}

.lupa-facets-title {
    padding: 16px 35px 5px 20px;
    font-size: 15px;
    font-family: 'Open Sans Bold';
    font-weight: 700;
    line-height: 1.2;
    display: block;
    color: #252525;
    text-transform: uppercase;
}

.lupa-search-result-facet-display:first-child {
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0;
}

.lupa-search-result-facet-display {
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0;
}

.lupa-search-result-facet-display:last-child {
    border-bottom: none;
}

.lupa-search-result-facet-label {
    padding: 16px 20px 16px 20px;
    font-size: 15px;
    font-family: 'Open Sans Bold';
    font-weight: 700;
    line-height: 1.2;
    display: block;
    color: #252525;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lupa-search-result-facet-label.open {
    padding: 16px 20px 16px 20px;
}

.lupa-facet-label-text {
    font-size: 15px;
    font-family: 'Open Sans Bold';
    font-weight: 700;
    line-height: 1.2;
    color: #252525 !important;
}

.lupa-facet-label-caret::after {
    content: "\e911";
    font-family: 'APB' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #252525;
    position: relative;
    top: auto;
    right: auto;
    margin-top: auto;
}

.lupa-facet-content {
    padding: 0 20px 20px 20px;
    overflow: hidden;
}

.lupa-facet-term {
    padding: 0px;
    margin: 5px 0px;
    background: transparent !important;
}

.lupa-term-checkbox {
    position:relative;
    width: 22px;
    height: 22px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
}

.lupa-term-checkbox-label {
    font-size: 14px;
    font-family: "Open Sans Regular";
    font-style: normal;
    font-weight: 400;
    color: #252525;
    padding-left:10px;
}

.lupa-term-checkbox-label .lupa-term-label {
    font-size: 14px;
    line-height: 18px;
    font-family: "Open Sans Regular";
    font-style: normal;
    font-weight: 400;
    color: #252525;
}

.lupa-term-checkbox-label .lupa-term-count {
    color: #959595;
    font-size: 13px;
}

.lupa-facet-level {
    margin-left: 0px;
}

.lupa-term-checkbox.checked {
    border-color: #90e52c;
    background: #90e52c;
}

.lupa-term-checkbox.checked:after {
    transform: none;
    border: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    content: "\e905";
    font-family: 'APB' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #252525;
    font-size: 10px;
}

.lupa-stats-slider-wrapper .slider-connects {
    background-color: #e1e1e1;
}

.lupa-stats-slider-wrapper .slider-connect {
    background-color: #90e52c;
}

.slider-horizontal .slider-handle {
    height: var(--slider-handle-height, 18px);
    right: calc(var(--slider-handle-width, 18px) / 2 * -1);
    top: calc((var(--slider-handle-height, 18px) - var(--slider-height, 3px)) / 2 * -1 - 1px);
    width: var(--slider-handle-width, 18px);
}

.lupa-stats-slider-wrapper .slider-handle {
    background: #90e52c !important;
    border-radius: 50%;
    border: 0px solid #90e52c !important;
    z-index: 3;
    cursor: pointer;
    box-shadow: none;
}

.slider-horizontal {
    height: var(--slider-height, 3px);
}

.lupa-search-result-current-filters {
    font-family: "Open Sans Regular";
    background-color: #fff;
    border-radius: 15px;
    box-shadow: none;
    border: 1px solid #ebebeb;
    font-weight: 400;
}

.lupa-current-filter-title {
    padding: 16px 35px 16px 20px;
    font-size: 15px;
    font-family: 'Open Sans Bold';
    font-weight: 700;
    line-height: 1.2;
    display: block;
    color: #252525;
    text-transform: uppercase;
}

.lupa-current-filter-title .lupa-filter-title-text {
    margin-bottom: 0px;
}

.lupa-current-filter-list {
    margin: 0;
    padding: 0px 20px;
}

.lupa-search-result-filter-value {
    flex-direction: initial;
    display: flex;
    background-color: #90e52c;
    padding: 5px 10px;
    border-radius: 100px;
    margin: 5px 0px;
    position: relative;
    width: fit-content;
    justify-content: start;
    flex-direction: row;
    flex-wrap: initial;
}

.lupa-search-result-filter-value .lupa-current-filter-action {
    display: flex;
    font-size: 0;
    padding: 0px;
    justify-content: center;
    align-items: center;
    color:#252525;
}

.lupa-search-result-filter-value .lupa-current-filter-action::before{
    margin-left:0px;
    width:15px;
    color:#252525;
    font-size:16px;
}

.lupa-search-result-filter-value .lupa-current-filter-value {
    font-size: 12px;
    line-height: 16px;
    font-family: "Open Sans Regular";
    font-style: normal;
    font-weight: 400;
    color: #252525;
    word-break: break-all;
}

.lupa-clear-all-filters {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #e52c2c !important;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    margin: 10px 0px 20px 0px;
    font-family: 'Open Sans SemiBold';
    text-transform: uppercase;
}

.lupa-clear-all-filters:before{
    margin-right: 3px;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.lupa-search-result-facet-stats-values {
    position: relative;
    padding-bottom: 50px;
}

.lupa-stats-facet-summary-input {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.lupa-stats-range-label {
    font-size: 12px;
    margin: 0 0 5px;
    display: none;
}

.lupa-stats-facet-summary-input input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #252525;
    border: 1px solid #d7d7d7 !important;
    border-radius: 10px !important;
}

.lupa-search-results-summary {
    line-height: 20px;
    font-family: "Open Sans Regular";
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}

.lupa-search-results-summary span{
    font-family: "Open Sans Bold";
    font-weight: 700;
    color: #252525;
}

#lupa-select {
    display: inline-flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.lupa-select-label {
    font-family: "Open Sans Regular";
    font-size: 16px;
    line-height: 1;
    position: relative;
    pointer-events: none;
    top: auto;
    left: auto;
    color:#252525;
}

#lupa-search-results-page-size .lupa-select-dropdown {
    width: 75px;
    font-family: "Open Sans Regular";
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #252525;
    background-color: transparent;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    height: 40px;
    outline: 0 !important;
    text-align: left;
    cursor: pointer;
    position: relative;
    box-shadow: none;
    z-index: 1001;
    padding: 8px 12px;
}

#lupa-select:after {
    position: absolute;
    right: 15px;
    top: 50%;
    content: "\e911";
    font-family: 'APB' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #252525;
    display: block;
    margin-top: -5px;
}

.lupa-search-results-sort {
    margin: 0 0 0 30px;
}


#lupa-search-results-sort .lupa-select-dropdown {
    font-family: "Open Sans Regular";
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #252525;
    background-color: transparent;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    height: 40px;
    outline: 0 !important;
    min-width: 256px;
    text-align: left;
    cursor: pointer;
    position: relative;
    box-shadow: none;
    z-index: 1001;
    padding: 8px 12px;
}

.lupa-search-result-product-card {
    border-radius: 15px;
    margin-bottom: 0px;
    padding: 10px;
}

.lupa-search-result-product-contents {
    border: 1px solid #ebebeb !important;
    box-shadow: none;
    border-radius: 15px;
    padding: 20px;
    background-color: #fff;
    height: AUTO;
}

.lupa-search-results-image-wrapper {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    overflow: initial;
    display: block;
}

.lupa-search-results-image-wrapper img{
    transform: scale(1);
    transition: all 200ms ease-in;
}

.lupa-search-result-product-contents:hover  .lupa-search-results-image-wrapper img{
    transform: scale(1.05);
}

.lupa-search-result-product-details-section{
    padding:0px;
}

.lupa-custom-brand {
    font-family: 'Open Sans Bold';
    font-weight: 700;
    font-size: 14px;
    color: #252525;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
    margin: 15px 0px 10px 0px;
    text-transform:uppercase;
}
.lupa-search-results-product-title{
    font-family: 'Open Sans SemiBold';
    font-weight: 600;
    font-size: 15px;
    color: #252525;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
    margin: 0px 0px 30px 0px;
    min-height:40px;
}
.lupa-search-results-product-title a{
    font-family: 'Open Sans SemiBold';
    font-weight: 600;
    font-size: 15px;
    color: #252525 !important;
}

.lupa-search-results-product-title a:hover{
    text-decoration:underline;
    color:#252525;
}

.lupa-final {
    display: inline;
    font-family: 'Open Sans Bold';
    font-weight: 700;
    font-size: 22px;
    color: #252525;
    line-height: 22px;
}

.lupa-search-result-product-image-section{
    padding:0px;
}

.lupa-page-number {
    margin: 0 5px !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    background-color: #fff;
    border: 1px solid #ebebeb;
    min-width: 30px;
    height: 30px;
    border-radius: 100px;
    margin: 0;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    line-height: 28px;
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #252525;
    text-decoration: none !important;
    min-height: 30px;
}

.lupa-page-number.lupa-page-number-selected, .lupa-page-number:hover{
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    background-color: #90e52c;
    border-color:#90e52c;
    color:#252525;
}

.lupa-page-number-separator {
    display: inline-flex !important;
    background-color: #fff;
    border: 1px solid #ebebeb;
    min-width: 30px;
    height: 30px;
    border-radius: 100px;
    margin: 0;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    line-height: 28px;
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #252525;
    text-decoration: none !important;
    cursor: not-allowed;
    border: none;
}

.lupa-page-arrow {
    font-size: 0;
    padding: 0px;
    margin: 0px 5px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    min-width: 30px;
    position: relative;
    top: 0px;
    background-color: #e9ebe8 !important;
    border: 2px solid #e9ebe8;
    line-height: 30px;
    margin-left: 5px;
    color: #252525;
}

.lupa-page-arrow:hover{
    background-color: #252525 !important;
    border: 2px solid #252525;
    color:#fff;
}

.lupa-page-arrow::before {
    content: "\e90e";
    font-family: 'APB' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    -ms-flex-item-align: center !important;
    align-self: center !important;
    display: inline-flex;
    position: relative;
    left: 50%;
    top: 50%;
    color: #252525;
    margin-left: -5px;
    margin-top: -5px;
    display: block;
}
.lupa-page-arrow:first-child::before {
    content: "\e90e";
    content: "\e90e";
    font-family: 'APB' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    -ms-flex-item-align: center !important;
    align-self: center !important;
    display: inline-flex;
    position: relative;
    left: 50%;
    top: 50%;
    color: #252525;
    margin-left: -6px;
    margin-top: -6px;
    display: block;
}
.lupa-page-arrow[data-cy="lupa-show-more"]::before{
    content: "\e90f";
}
.lupa-page-arrow:hover::before, .lupa-page-arrow:hover:first-child::before{
    color:#fff;
}

@media (max-width: 1175px) {
    #lupa-search-results-toolbar.lupa-toolbar-top{
        flex-direction:column;
    }
    .lupa-toolbar-top .lupa-toolbar-left{
        margin-bottom:20px;
        display:none;
    }
    .lupa-toolbar-top .lupa-toolbar-right {
        justify-content: end;
    }
    .lupa-search-results-sort {
        margin: 0 0 0 20px;
    }
    #lupa-search-results-sort .lupa-select-dropdown{
        min-width:240px;
    }
}
@media (max-width: 975px) {
    .lupa-search-result-product-card{
        width:50% !important;
    }
}
body#search .main-container{
    padding-right:10px;
}
@media (min-width: 768px) {
    .lupa-mobile-filter-sidebar{
        display:none !important;
    }
    body#search{
        position:relative !important;
        top:auto !important;
    }
}
.lupa-search-result-wrapper.lupa-search-wrapper-no-results {
    width: 100%;
    text-align: center;
    padding: 50px 0px 100px 0px;
}
.lupa-search-result-wrapper.lupa-search-wrapper-no-results #lupa-search-results-products{
    width:100% !important;
}
.lupa-search-result-wrapper.lupa-search-wrapper-no-results .lupa-empty-results {
    font-family: "Open Sans Regular";
    font-style: normal;
    font-weight: 400;
    margin: 0px;
    font-size: 15px;
    line-height: 24px;
    color: #252525;
}
.lupa-search-result-wrapper.lupa-search-wrapper-no-results .lupa-result-page-title {
    word-break: break-all;
}
@media (max-width: 767px) {
    .lupa-search-result-wrapper.lupa-search-wrapper-no-results{
        padding:30px 0px;
    }
    .lupa-search-result-wrapper.lupa-search-wrapper-no-results .lupa-result-page-title {
        font-size: 22px;
        margin-bottom: 20px;
        word-break: break-all;
    }
    .lupa-result-page-title{
        font-size:22px;
        margin-bottom:25px;
    }
    #lupa-search-results-products{
        width:100%;
    }
    #lupa-search-results-toolbar.lupa-toolbar-mobile {
        display: flex;
        padding-right: 0px;
        width: 100%;
    }
    .lupa-toolbar-right {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        gap:15px;
    }
    .lupa-mobile-toggle {
        display: flex;
        width: calc(50% - 7.5px);
        min-width: calc(50% - 7.5px);
        padding: 6.5px 10px 7.5px 10px;
        border-radius: 10px;
        gap: 10px;
        font-family: 'Open Sans Bold';
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 2px solid transparent;
        line-height: 1.5;
        transition: color .15s 
ease-in-out, background-color .15s 
ease-in-out, border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
        box-shadow: none !important;
        outline: none !important;
        text-decoration: none !important;
        display: inline-block;
        text-transform: uppercase;
        background-color: #90e52c;
        border-color: #90e52c;
        color: #252525;
    }
    .lupa-mobile-toggle:hover{
        background-color: #252525;
        border-color: #252525;
        color: #fff;
    }
    .lupa-mobile-toggle:before {
        content: "\e922";
        font-family: 'APB' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        position: relative;
        top: 3px;
        margin-right: 10px;
    }
    .lupa-search-results-sort {
        margin: 0px;
        width: calc(50% - 7.5px);
    }
    #lupa-select{
        width:100%;
    }
    .lupa-select-label{
        display:none;
    }
    #lupa-search-results-sort .lupa-select-dropdown{
        min-width:initial;
        width:100%;
    }
    body#search .main-container{
        padding-right:15px;
    }
    #lupa-search-results-toolbar.lupa-toolbar-mobile{
        margin-bottom:20px;
    }
    .lupa-search-result-filter-value{
        margin-right:10px;
    }
    .lupa-search-result-current-filters {
        margin: 0 0 15px;
    }

    .lupa-mobile-filter-sidebar{
        z-index:1500;
    }
    .lupa-sidebar-top{
        padding:0px 20px;
        justify-content: space-between;
    }
    .lupa-sidebar-top .lupa-sidebar-title {
        font-size: 15px;
        font-family: 'Open Sans Bold';
        font-weight: 700;
        line-height: 1.2;
        display: block;
        color: #252525;
        text-transform: uppercase;
    }

    .lupa-filter-toggle-mobile:after {
        font-size: 18px;
        vertical-align: middle;
        display: inline-block;
        overflow: hidden;
        text-align: center;
        content: "\e901";
        font-family: 'APB' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .lupa-mobile-filter-sidebar .lupa-search-result-current-filters {
        padding: 0px;
        border: none;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 0px;
        border-radius: 0px;
    }
    .lupa-current-filter-title {
        padding: 16px 20px 0px 20px;
        font-size: 14px;
    }
    .lupa-current-filter-list .lupa-search-result-filter-value{
        margin-right:0px;
    }
    .lupa-current-filter-list .lupa-search-result-filter-value:not(:first-child) {
        margin-right: 0px;
        margin-left: 10px;
    }

    .lupa-facets-title{
        display:none;
    }

    .lupa-search-result-facets {
        font-family: "Open Sans Regular";
        background-color: #fff;
        border-radius: 0px;
        box-shadow: none;
        border: none;
    }

    .lupa-search-result-facet-display {
        padding: 0px;
    }

    .lupa-mobile-sidebar-content {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .lupa-search-result-facet-display:last-child{
        border: 1px solid rgba(0, 0, 0, .1019607843);
    }

    
    

}

.lupa-show-more-facet-results {
    justify-content: center;
    color: #252525;
    font-size: 14px;
    font-family: 'Open Sans Bold';
    font-weight: 700;
    margin: 20px 0px 5px 0px !important;
    text-transform: uppercase;
}

.lupa-search-result-facet-term-values .lupa-term-filter {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #252525;
    border: 1px solid #d7d7d7 !important;
    border-radius: 10px !important;
    padding: 6px 15px;
    min-height: 40px;
    margin-bottom:10px;
}

@media (max-width: 550px) {
    .lupa-mobile-toggle{
        width: 70px;
        min-width: 70px;
        font-size:0px;
    }
    .lupa-mobile-toggle:before {
        font-size: 20px;
        position: relative;
        top: 2px;
        margin-right: 0px;
    }
    .lupa-search-results-sort {
        width: calc(100% - 70px);
    }

    .lupa-search-results-product-title a, .lupa-search-results-product-title{
        font-size:13px;
        line-height:18px;
    }
    .lupa-search-results-product-title{
        margin-bottom:20px;
    }

    .lupa-products {
        margin: 0px -5px;
    }
    .lupa-search-result-product-card{
        padding:5px;
    }
    .lupa-search-result-product-contents{
        padding:10px;
    }
    .lupa-final {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    
}

