
.page-content-category-top {
    width: 100%;
    height: 149px;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 20px;

    margin-bottom: 20px;
}

.page-content-category-main {
    display: flex;
    flex-wrap: wrap;
}


.page-content-category .side-col {
    /*width: 25%;*/
    padding-right: 30px;
}

.page-content-category .basic-col {
    display: block;
}

/************ TOP **************/
/*  page-content-category-type-filter */

.js-slick-categ-type-filter{display:none;}
.js-slick-categ-type-filter.slick-initialized{display:block;}

.page-content-category-type-filter {
}

/* +slick */
.page-content-category-type-filter .slick-track {
    margin-left: 0; /* for box not slide (<5) */

/*    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);*/

}
.page-content-category-type-filter .slick-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
.page-content-category-type-filter.slick-initialized .slick-slide {
    display: flex;
}
.page-content-category-type-filter .slick-prev,
.page-content-category-type-filter .slick-next {
}

.category-type-filter-box {
    padding: 11px 16px;
    margin: 22px 0 22px 0;
    background: #FEFEFE;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #F2F2F2;
    display: flex;
    justify-content: flex-start;
/*    overflow: hidden;*/
}

.category-type-filter-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
}

.category-type-filter-box + .category-type-filter-box::after {
/*    left: -20px;*/
}


.category-type-filter-box.slick-current  {
    border-left: 1px solid #F2F2F2;
}

.category-type-filter-box.slick-active  {
    border-right: 1px solid #F2F2F2;
}

.category-type-filter-box:not(.slick-active){
    border: 0.802035px solid #ffffff;
    transition: 1s;
}

.category-type-filter-box:hover {
    position: relative;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.12);
    z-index: 999999;
    transition: 0.5s;
    cursor: pointer;
}
.category-type-filter-box:hover::after {
    box-shadow: none;
}

.category-type-filter-box:not(.slick-active)::after{
    box-shadow: 0 0 16px rgba(255, 255, 255, 1);
    right: 100px;
    z-index: -100;
    transition: 1s;
}

.category-type-filter-box-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.category-type-filter-box-img {
    flex-basis: 25%;
    padding-right: 10px;
}
.category-type-filter-box-img img {
    height: 60px;
    width: auto;
    margin: 0 auto;
}
.category-type-filter-box-wrapper {
    flex-basis: 75%;
    overflow: hidden;
    padding: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.category-type-filter-box-name {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #444444;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.category-type-filter-box-qty {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    flex-basis: 100%;
    color: #B9B9B9;
    margin-top: 3px;
    text-transform: uppercase;
}

/************ SIDE LEFT **************/
/* filter-info-block */

.filter-info-ico {
    width: 30px;
    height: 100%;
    transition: all 0.5s;
    cursor: pointer;
}

.filter-info-ico-row {
    width: 25px;
    height: 27px;
    transition: all 0.5s;
    cursor: pointer;
}

.filter-info-ico::after {
    font-family: 'Font Awesome 6';
    content: "\f30f";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #CBCBCB;
    position: absolute;
    top: 0;
    right: 5px;
}

.filter-info-ico-row::after {
    font-family: 'Font Awesome 6';
    content: "\f30f";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #CBCBCB;
    position: absolute;
    right: 5px;
    top: 0;
}

.filter-info-ico-row:hover::after,
.filter-info-ico:hover::after {
    content: "\f30f";
    font-weight: 600;
    color: #A9BC00;
    transition: all 0.5s;
}
.filter-info-ico:hover .filter-info-block {
    opacity:1;
    visibility: visible;
    transition: all 0.5s;
}
.filter-box-main .filter-row label {
    width: 205px;
    float: left;
    cursor: auto;
}
.filter-info-block {
    opacity: 0;
    visibility: hidden;
    width: 340px;
    position: absolute;
    left: 100%;
    bottom: 100%;
    z-index: 5;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    border-radius: 20px 20px 20px 0;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    transition: all 0s;
    white-space: normal;
}

.filter-info-block-row {
    display: block ;
    width: 340px;
    height: auto;
    position: absolute;
    left: 93%;
    top: 0;
    z-index: 150;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    border-radius: 20px 20px 20px 0;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.filter-info-block-in-row {
    opacity: 0;
    visibility: hidden;
    top: -300px;                    /* else big space under last filter row */
}
.filter-info-block-for-row {
    display: none;
    z-index: 100;
}

.filter-info-block-row img,
.filter-info-block img {
    max-width: 115px;
    height: auto;
    float: left;
    border-radius: 16px 16px 16px 0;
    margin: 0 17px 0 0;
}

.filter-info-block-txt {
    height: 100%;
}



/* filter-video-ico */

.filter-head-icons {
    position: absolute;
    right: 40px;
    top: 10px;
    width: 55px;
    display: flex;
    justify-content: flex-end;

}

.filter-video-ico {
    width: 30px;
    height: 27px;
    transition: all 0.5s;
    cursor: pointer;
}

.filter-video-ico::after {
    font-family: 'Font Awesome 6';
    content: "\f144";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #CBCBCB;
    position: absolute;
    left: 5px;
}

.filter-video-ico:hover::after{
    font-weight: 600;
    color: #A9BC00;
    transition: all 0.5s;
}







.filter-row-icons {
    position: absolute;
    right: 3px;
    top: 5px;
    width: 55px;
    display: flex;
    justify-content: flex-end;

}

.filter-video-ico-row {
    width: 30px;
    height: 27px;
    transition: all 0.5s;
    cursor: pointer;
}

.filter-video-ico-row::after {
    font-family: 'Font Awesome 6';
    content: "\f144";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #CBCBCB;
    position: absolute;
    left: 5px;
}

.filter-video-ico-row:hover::after{
    font-weight: 600;
    color: #A9BC00;
    transition: all 0.5s;
}

.filter-video-block-row {
    display: none;
}

/************ MAIN  **************/

/* category-main-top-line */

.category-main-top-line {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #F2F2F2;
    margin-top: 10px;
    height: 60px;
}
/* sort */

.filter-box-head-sort {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.filter-box-head-sort .nice-select {
    padding: 5px 40px 5px 15px
}
.filter-box-head-label {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #555555;

}

.filter-box-head-sort .nice-select .list {
    width: 190px;
}
.filter-box-head-sort .nice-select .list li {
   white-space: normal;
    line-height: 130%;
    min-height: auto;
    padding: 10px 10px;
}
.filter-box-head-sort .nice-select .current {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #000000;

}






/* store */
.store-mode-form {
    background: #F5F7E3;
    border: 1px solid #A9BC00;
    border-radius: 4px;
}

.store-mode-form:hover {
    opacity: 0.9;
}
.store-mode-form .filter-row {
    padding: 8px 13px;
}
.store-mode-form .filter-row:hover {
    background: none;
}
.store-mode-form .label-check {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #303030;
    text-transform: none;
}
.store-mode-form .filter-row .label-check::before {
    width: 16px;
    height: 16px;
    font-size: 8px;
    flex-basis: 16px;
    margin-right: 10px;
}

/* category-main-brands */

.category-main-brands-wrapper {
    height: 117px;
}
.js-slick-categ-brands{display:none;}
.js-slick-categ-brands.slick-initialized{display:block;}

.category-main-brands {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 17px;
}

/* slick */
.category-main-brands .slick-list {
    margin: 0 -14px;
}

.category-main-brands .slick-prev,
.category-main-brands .slick-next {
    z-index: 2;
    top: 43px;
    opacity: 0;
    transition: 0.5s;
    width: 31px;
    height: 31px;
}

.category-main-brands .slick-prev {
    left: -14px;

}
.category-main-brands .slick-next {
    right: -14px;
}

.category-main-brands:hover .slick-prev,
.category-main-brands:hover .slick-next {
    opacity: 1;
    transition: 0.5s;
}

.category-main-brand-item {
    margin: 23px 12.5px;

    background: #FFFFFF;
    box-shadow: 0 0 11.5949px rgba(0, 0, 0, 0.06);
    border-radius: 3.47846px;
}

.category-main-brand-img {
    background-color: #ffffff;
    height: 70px;
    overflow: hidden;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.category-main-brand-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.category-main-brand-img img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 0.5s;
}
.category-main-brand-img:hover img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(0%);
    opacity: 1;
    transition: 0.5s;
}

/* category-main-hits */

.js-slick-categ-hits{display:none;}
.js-slick-categ-hits.slick-initialized{display:block;}

.category-main-hits {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.category-main-hits-top {
    display: flex;
    justify-content: space-between;
    background: #A9BC00;
}
.category-main-hits-top-name {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 46px;
    color: #FFFFFF;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
    padding-left: 23px;
}
.category-main-hits-top-arrows {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
}
.category-main-hits-top-arrows button {
    display: block;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}
.category-main-hits-top-arrows button:hover {
    background: #000000;
}
.category-main-hits-top-arrows button.cat-hits-next {
    margin-left: 10px;
}
.cat-hits-prev::before,
.cat-hits-next::after {
    font-family: 'Font Awesome 6';
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    margin: auto;
    display: block;
}
.cat-hits-next::after {
    content: "\f054";
}
.cat-hits-prev::before {
    content: "\f053";
}
.category-main-hits-top-arrows button:hover::after,
.category-main-hits-top-arrows button:hover::before {
    color: #ffffff;
}
.category-main-hits-slider {
    padding: 5px 10px 20px;
    height: 452px;
}
.category-main-hits-slider .slick-prev,
.category-main-hits-slider .slick-next {}
.category-main-hits-items {}

.category-main-hits-items .slick-list {
/*    padding-left: 2px;
    padding-right: 2px;
    margin-left: -2px;
    margin-right: -2px;*/
}
.category-main-hits-product {
    background: #FFFFFF;
    transition: 0.5s;
}
.category-main-hits-product:hover {
    transition: 0.5s;
}
.category-main-hits-product-inner {
    padding: 20px 22px;
    overflow: hidden;
}
.category-main-hits-product-top {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.category-main-hits-product-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.category-main-hits-product-rate {
    font-style: normal;
    font-weight: 400;
    font-size: 10.4265px;
    line-height: 150%;
    color: #000000;
    margin-left: -15px;
}
.category-main-hits-product-rate::before {
    font-family: 'Font Awesome 6';
    content: '\f005';
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 13px;
    color: #FFCC33;
    margin-right: 5px;
    margin-top: 2px;
}
.category-main-hits-product-rate span {
    font-weight: 900;
}
.category-main-hits-product-img {
    width: 100%;
    padding: 10px 0;
}
.category-main-hits-product-img img {
    width: 100%;
    height: auto;
}
.category-main-hits-product-name-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.category-main-hits-product-name{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #2F2F2F;
    text-transform: uppercase;
    text-align: left;
    padding: 0;
    display: block;
    height: 42px;
    overflow: hidden;
    transition: 0.5s;
}
.category-main-hits-product-inner:hover .category-main-hits-product-name{
    color: #A9BC00;
    transition: 0.5s;
}
.category-main-hits-product-cat{
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 14px;
    color: #A9BC00;
    text-transform: uppercase;
    /**/
    min-height: 28px;
}
.category-main-hits-product-price {
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
    font-style: normal;
    font-size: 19.2489px;
    line-height: 21px;
}
.category-main-hits-product-price .normal-price{
    font-weight: 600;
    color: #A9BC00;
}
.category-main-hits-product-price .old-price {
    font-weight: 300;
    text-decoration-line: line-through;
    color: #ACACAC;
}
.category-main-hits-product-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    overflow: hidden;
}
.category-main-hits-product-footer .category-main-hits-product-btn{
    background: #FAFAFA;
    border: 0.401018px solid #EEEEEE;
    padding: 7px 10.5px 6px;
    height: 38px;
    width: 38px;
}
.category-main-hits-product-footer .category-main-hits-product-btn.remove-btn {
    background: #A9BC00;
}

.add-btn-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.category-main-hits-product-footer .preloader::before,
.category-main-hits-product-footer .add-wishlist::before,
.category-main-hits-product-footer .add-compare::before{
    font-family: 'Font Awesome 6';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    color: #919191;
    text-shadow: -1.60407px 1.60407px 7.21832px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
}
.category-main-hits-product-footer .add-wishlist::before{
    content: '\f004';
}
.category-main-hits-product-footer .add-compare::before{
    content: '\e0e3';
}
.category-main-hits-product-footer .add-wishlist:hover::before,
.category-main-hits-product-footer .add-compare:hover::before{
    font-weight: 900;
    color: #A9BC00;
}
.category-main-hits-product-footer .add-wishlist.remove::before,
.category-main-hits-product-footer .add-compare.remove::before{
    font-weight: 900;
    color: #ffffff;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);

}
.category-main-hits-product-footer .category-main-hits-product-add-cart{
    background-color: #A9BC00;
    font-style: normal;
    font-weight: 400;
    font-size: 16.0407px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: -1.60407px 1.60407px 7.21832px rgba(0, 0, 0, 0.08);
    padding: 9px 11px 9px;
}
.category-main-hits-product-footer .category-main-hits-product-add-cart::before{
    font-family: 'Font Awesome 6';
    content: '\e3f3';
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    text-shadow: -1.60407px 1.60407px 7.21832px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    margin-right: 3px;
}
.category-main-hits-product-footer .category-main-hits-product-btn:hover,
.category-main-hits-product-footer .category-main-hits-product-add-cart:hover{
    opacity: 0.9;
}




/*  category-products-banners */
.category-products-banners img {
    width: 100%;
}

/* category-main-decs */

.category-main-desc-wrapper {
    margin-bottom: 50px;
    padding: 0 40px;
}

.category-main-desc {
    margin-top: 20px;
    border-top: 1px solid #F2F2F2;
    padding: 32px 0 40px;

    font-size: 16px;
    line-height: 32px;
    color: #2D2D2D;
    overflow: hidden;
}

.category-main-desc-link {
    font-size: 16px;
    line-height: 180%;
    color: #A9BC00;
    display: block;
    margin-top: 10px;
}

.category-main-desc-link::after {
    font-family: 'Font Awesome 6';
    content: "\f078";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    cursor: pointer;
    margin-left: 4px;
    color: #A9BC00;
}

.category-main-desc .site-page-par-text p,
.category-main-desc .site-page-par-text p span {
    color: #2D2D2D !important;  /* reset admin fantasy*/
}


/*####################################################################### FILTER BOX ##################################################################*/
.filter-wrapper {
    background: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 65px;
}
.filter-wrapper form {
    display: flex;
    flex-direction: column;
}

.filter-inner {

}


.filter-box {
    border: 1px solid #F2F2F2;
    border-top: none;
    padding: 15px 15px 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.filter-box.filter-close{
    padding-bottom: 15px;
}

.filter-box + .filter-box {
/*    margin-left: 15px;*/
}
.filter-box-head {
    background: #ffffff;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #414141;
    padding: 10px 75px 10px 0;
}
.filter-box-head:hover {
    cursor: pointer;
}
.filter-box:hover .filter-box-content {
    transition: 0.5s all ease;
    display: flex;

}

.filter-box-head .left-ico,
.filter-box-head .left-ico-checked  {
    position: absolute;
    left: -19px;
    top:10px;
}

.filter-box-head .left-ico {
    display: block;
}
.filter-box-head .left-ico-checked {
    display: none;
}

.filter-checked .filter-box-head .left-ico {
    display: none;
}
.filter-checked .filter-box-head .left-ico-checked {
    display: block;
}

.left-ico::before {
    font-family: 'Font Awesome 6';
    content: "\f0da";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    color: #F2F2F2;
}
.left-ico-checked::before {
    font-family: 'Font Awesome 6';
    content: "\f0da";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    color: #A9BC00;
}


.filter-box-head .right-ico-closed,
.filter-box-head .right-ico-opened {
    position: absolute;
    right: 0;
    top:10px;
}

.filter-box-head .right-ico-opened {
    display: block;
}
.filter-box-head .right-ico-closed {
    display: none;
}
.filter-close .filter-box-head .right-ico-opened {
    display: none;
}
.filter-close .filter-box-head .right-ico-closed {
    display: block;
}

.filter-box-head .right-ico-closed::after {
    font-family: 'Font Awesome 6';
    content: "\f0d7";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #444444;
}
.filter-box-head .right-ico-opened::after {
    font-family: 'Font Awesome 6';
    content: "\f0d8";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #444444;
}

.filter-box-search {                /* hide JS if N .filter-row < 8 */
    background: #F8F8F8;
    border: 1px solid #F2F2F2;
    height: 47px;
    margin: 20px 0 20px;
    padding: 14px 19px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #414141;
}

.filter-close .filter-box-search {
    display: none;
}
input.filter-box-search:focus {
    outline: 0.5px solid #cccccc;
}
.filter-box-content {
    background-color: #ffffff;
    flex-wrap: wrap;
    top: 100%;
    left: 0;
    z-index: 1;
    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
}

.filter-box-main.filter-close .filter-box-content {
        display: none;
}

/* filter-box-content scrcollbar */
.filter-box-content::-webkit-scrollbar{
    width: 5px;
    background: #eeeeee;
}
.filter-box-content::-webkit-scrollbar-thumb{
    background: #A9BC00;
}
.filter-box-content{		/* firefox*/
    scrollbar-color: rgb(169,188,0, 0.8) rgba(238,238,238, 0.3);
    scrollbar-width: thin;  /* толщина auto/thin/none */
}


.filter-row {
    padding: 7px 10px 7px 0;
    min-width: 50%;
    width: 100%;
/*    white-space: nowrap;*/
}
.filter-row:hover {
/*    background: #F5F7E3;*/
}

.filter-row label {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #303030;


    margin-left: 5px;
}


.filter-row .label-check:before,
.filter-row .label-radio:before {
    margin-right: 15px;
    flex-basis: 20px;
    flex-shrink: 0;
}

.filter-row label span {
    width: auto;
    cursor: pointer;
}

/* .filter-box-price-slider  */
.filter-box-price-slider {
    border: 1px solid #F2F2F2;
    padding: 15px;
}

.filter-box-price-slider .filter-box-head {
    background: #ffffff;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #414141;
    padding: 10px 10px 10px 0;
    white-space: nowrap;
}

.filter-box-price-slider .filter-box-content {
    margin-top: 15px;
    padding-bottom: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    max-height: 370px;
    overflow-y: hidden;
    overflow-x: hidden;

}

.price-slider-range-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
}
.price-slider-range-values input {

    background: #FAFAFA;
    border: 1px solid #ECECEC;
    width: 90px;
    height: 48px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}
.price-slider-range-values input:focus {
    outline: 0.5px solid #cccccc;
}

.price-slider-range-submit {
    width: 60px;
    height: 48px;
    background: #A9BC00;
    border: 1px solid #ECECEC;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.price-slider-range-submit:hover{
    opacity: 0.9;

}

.price-slider-range-slider {
    cursor: pointer;
}

.noUi-horizontal {
    height: 5px;
    margin-left: 2px;
    margin-right: 2px;
}
.noUi-target {
    background: #CACACA;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.noUi-connect {
    background: #A9BC00;
}
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    top: -8px;
    background: #A9BC00;
    border: 3px solid #ffffff;
    outline: 1px solid #A9BC00;
    box-shadow: none;
}
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: none; /* не используем, нужно перебить основную настройку */
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
    right: 0;
    cursor: pointer;
}
.noUi-horizontal .noUi-handle.noUi-handle-lower {
    right: -20.5px;
    cursor:pointer;
}


/*####################################################################### ALL FILTER BOX ##################################################################*/

.all-filter-box {
    display: flex;
    justify-content: flex-end;
    width: 48%;
    margin: 10px 2% 10px 0;
}
.all-filter-box-head {
    background: #ffffff;
    padding: 10px 15px;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
}
.all-filter-box-head:hover {
    background-color: #ffdc91;
}
.all-filter-box:hover .all-filter-box-content {
    transition: 0.5s all ease;
    display: flex;
    /* box-shadow: 0 0 20px 0px black; */
}
.all-filter-box-head::after {
    font-family: "FontAwesome";
    content: "\f107";
    font-weight: bold;
    margin-left: 5px;
}
.all-filter-box-content {
    position: absolute;
    z-index: 400;
    background-color: #ffffff;
    flex-wrap: wrap;
    display: none;
    /* max-height: 300px; */
    top: 100%;
    left: 0;
    width: 100%;
}
.all-filter-row {
    padding: 10px;
    min-width: 50%;
    cursor: pointer;
    width: 100%;
    /* white-space: nowrap; */
}
.all-filter-row:hover {
    background-color: #ffdc91;
}

/*####################################################################### ACTIVE FILTER BOX ##################################################################*/
.filter-wrapper-head {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #444444;
    padding: 5px 0;
    cursor: pointer;
    margin-bottom: 20px;
}
.filter-wrapper-head::before {
    font-family: 'Font Awesome 6';
    content: "\f0b0";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    cursor: pointer;
    margin-right: 15px;
}


.active-filter {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.active-filter-head {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #444444;
    padding: 5px 0;
    cursor: pointer;
}
.active-filter-head::before {
    font-family: 'Font Awesome 6';
    content: "\f0b0";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    cursor: pointer;
    margin-right: 15px;
}
.active-filter-head::after {
    font-family: 'Font Awesome 6';
    /* hide */
/*    content: "\f078";*/
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #444444;
    cursor: pointer;
    position: absolute;
    right: 5px;
    padding: 2px 5px 0;
    transition: 0.5s;
}
.active-filter-head:hover::after {

    /* hide */
/*    content: "\f077";*/
    color: #ffffff;
    background: #A9BC00;
    transition: 0.5s;
}

.active-filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 10px;
}

.active-filter-row {
    background: #A9BC00;
    border-radius: 4px;
    margin: 0 4px 8px 0;
    padding: 3px 20px 3px 10px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    width: auto;

    display: flex;
    flex-wrap: wrap;
}

.active-filter-name {}

.active-filter-value {
    margin-right: 6px;
}

.active-filter-value span::after {
    content: ", "
}
.active-filter-value:last-of-type span::after {
    content: ""
}

/*
.active-filter-value + .active-filter-value::before {
    content: "*";
    margin-right: 3px;
}*/

.active-filter-row .close-icon {
    position: absolute;
    right: 6px;
    top: 4px;
}

.active-filter-row .close-icon::before {
    font-family: 'Font Awesome 6';
    content: "\f057";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    cursor: pointer;
    margin-left: 8px;
}

.active-filter-clear {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    border-bottom: 1px dashed #000000;

}


/*############################# BANNERS BOX #####################################*/

.category-banner {
    margin-bottom: 30px;
}

.category-banner img {
    width: 100%;
}



/*####################################################################### SORTING BOX ##################################################################*/
.sort-wrapper {
    width: 20%;
}
.sort-wrapper form {
    width: 100%;
}
.sorted-mode-info {}
.sorted-mode-form {
/*    width: 15%;*/
    position: initial;
}
/*####################################################################### PAGINATION BOX ##################################################################*/
.pagination-wrapper {

    right: 0;
    width: 100%;
    padding: 10px 0;
    /*?*/
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;

}

.pagination-info {
    text-align: right;
    font-size: 12px;
    position: absolute;
    bottom: 7px;
}


.pagination-num-wrapper {
    display: flex;
}

.pagination-num {

    background: #F8F8F8;
    border: 1px solid #F2F2F2;
    color: #000000;
    height: 30px;
    width: 35px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;


    display: flex;
    justify-content: center;
    align-items: center;

/*    padding: 5px 12px;*/


}
a.pagination-num:hover  {
    opacity: 0.9;
}


.pagination-num + .pagination-num {
    margin-left: 5px
}

.pagination-num.first,
.pagination-num.last,
.pagination-num.prev,
.pagination-num.next {
    background: #A9BC00;
    border: 1px solid #A9BC00;
    width: 27px;
}

.pagination-num.first::before,
.pagination-num.last::before,
.pagination-num.prev::before,
.pagination-num.next::before {
    font-family: 'Font Awesome 6';
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: auto;
    display: block;
}
.pagination-num.prev::before {
    content: "\f053";
}
.pagination-num.next::before {
    content: "\f054";
}

.pagination-num.first::before {
    content: "\f323";
}
.pagination-num.last::before {
    content: "\f324";
}



.pagination-num.selected {
    background: #A9BC00;
    border: 1px solid #A9BC00;
    color: #ffffff;
}


/*####################################################################### CATEGORY PRODUCTS BOX ##################################################################*/
.category-empty-page {
    width: 100%;
    padding: 60px 0 20px;
    text-align: center;
}
.page-empty-text {
    width: 454px;
    margin: 30px auto 0;
}



.category-products-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 27px;
    margin-bottom: 30px;
}
.category-product {
    width: 25%;
    background: #FFFFFF;
    border: 0.75px solid #ECECEC;
    border-right: 0.75px solid #FFFFFF;
    transition: 0.5s;
    margin-top: -1px;
}
.category-product + .category-product {
    border-left: 0.75px solid #ECECEC;
}
.category-product:nth-child(4n),
.category-product:nth-last-child(-n+4) {
    border-right: 0.75px solid #ECECEC;
}
.category-product:hover {
    border: 0.75px solid #FFFFFF;
    transition: 1s;
}
.category-product-inner {}

.category-product-top {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 0;  /* ниже будет изменен, чтобы блок открывался при наведении на продукт */
    transition: all 0.5s;
    padding: 18px 30px 22px;
}
.category-product:hover .category-product-top {
    z-index: 3; /* изменен, чтобы накладывался на absolute footer */
    padding-bottom: 5px; /* расстояние до absolute footer */
    margin-bottom: 17px; /* компенсация измениий padding-bottom, иначе дергает блок в следующей строке */
}

.category-product-rate {
    font-style: normal;
    font-weight: 400;
    font-size: 10.4265px;
    line-height: 150%;
    color: #000000;
    margin-left: -15px;
}
.category-product-rate::before {
    font-family: 'Font Awesome 6';
    content: '\f005';
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 13px;
    color: #FFCC33;
    margin-right: 5px;
    margin-top: 2px;
}
.category-product-rate span {
    font-weight: 900;
}

.category-product-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.category-product-img {
    width: 100%;
    margin-top: 10px;
}
.category-product-img img {
    width: 100%;
    height: auto;
}
.category-product-name-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
    background: #FFFFFF;
}
.category-product-name,
.category-product-name a{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #2F2F2F;
    text-transform: uppercase;
    text-align: left;
    padding: 0;
    display: block;
}
.category-product-name {
    height: 38px;
    overflow: hidden;
    margin-top: 10px;
}
.category-product-cat {
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 20px;
    color: #A9BC00;
    text-transform: uppercase;
    /**/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.category-product-price {
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
    font-style: normal;
    font-size: 19px;
    line-height: 20px;
}
.category-product-price .normal-price,
.category-product-price .normal-price a{
    font-weight: 600;
    color: #2F2F2F;
}
.category-product-price .old-price {
    font-weight: 300;
    text-decoration-line: line-through;
    color: #ACACAC;
}
.category-product-lizing{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #A9BC00;
    margin-top: 12px;
    min-height: 15px;
}
.category-product-lizing span{
    font-weight: 700;
}


.category-product-footer{
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    transition: all 0.5s;

    position: absolute;
    top: -1px;
    left: 0;
    right: -1px;
    bottom: 0;
    z-index: -1;


    border: 0.75px solid #ECECEC;

}

.category-product:hover .category-product-footer{
    bottom: -60px;
    z-index: 2;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.category-product-footer-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 30px 22px;
    background: #fff;
    z-index: -1;    /* скрыт */
    opacity: 0;

    transition-property: opacity, z-index; /* плавно скроется */
    transition-duration: 0.2s, 0.2s;

}

.category-product:hover .category-product-footer-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3; /* видим над footer */
    opacity: 1;

    transition-property: opacity, z-index; /* плавно появится */
    transition-duration: 0.5s, 0.5s;

}

.category-product .category-product-btn{
    background: #FAFAFA;
    border: 0.401018px solid #EEEEEE;
    height: 38px;
    width: 38px;
}

.category-product .category-product-btn.remove-btn{
    background: #A9BC00;

}



.category-product-footer .preloader::before,
.category-product-footer .add-wishlist::before,
.category-product-footer .add-compare::before{
    font-family: 'Font Awesome 6';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    color: #919191;
    text-shadow: -1.60407px 1.60407px 7.21832px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);

}
.category-product-footer .add-wishlist::before{
    content: '\f004';
}
.category-product-footer .add-compare::before{
    content: '\e0e3';
}

.category-product-footer .add-wishlist:hover::before,
.category-product-footer .add-compare:hover::before{
    font-weight: 900;
    color: #A9BC00;
}
.category-product-footer .add-wishlist.remove::before,
.category-product-footer .add-compare.remove::before{
    font-weight: 900;
    color: #ffffff;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
}
.category-product-footer .category-product-add-cart{
    background-color: #A9BC00;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: -1.60407px 1.60407px 7.21832px rgba(0, 0, 0, 0.08);
    padding: 9px 12px;
}
.category-product-footer .category-product-add-cart::before{
    font-family: 'Font Awesome 6';
    content: '\e3f3';
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    text-shadow: -1.60407px 1.60407px 7.21832px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    margin-right: 3px;
}
.category-product-footer .category-product-btn:hover,
.category-product-footer .category-product-add-cart:hover{
    opacity: 0.9;
}

/* category-products-banners */

.category-products-banners {
   width: 100%;
    height: 175px;
    margin-top: -1px;

}

/* search_result_templates_ */


.search-top .content-top-line {
    border: none;
}
.search-main .side-col {
    width: 0;
}
.search-main .basic-col {
    width: 100%;
    display: block;
}
.search-main .category-product {
    width: 20%;
}
.search-main .category-product:nth-child(5n),
.search-main .category-product:nth-last-child(-n+5) {
    border-right: 0.75px solid #ECECEC;
}




