.woocommerce .item-category-icon {
    position: absolute;
    /* padding: 5px; */
    top: 0;
    left: 0;
    /*height: 56px;
    width: 56px;*/
    /* border: 0.2px rgba(45,41,38, 0.2) solid; */
    pointer-events: none;
}
body.term-filtrou .item-category-icon {
    display: flex;
    flex-direction: column-reverse;
    /*top: 100px;*/
}
/*body.term-filtrou .item-category-icon img {
    min-width: 60px;
}*/
.item-category-icon img {
    border: 0.2px rgba(45,41,38, 0.2) solid;
    margin-bottom: 10px;
    padding: 5px;
    display: block;
    width: 55px;
}

@media only screen and (max-width: 767px) {

    .product-categories-nav {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: 0;
        margin-bottom: 40px;
    }

    .product-categories-nav .category-wrap {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0 60px 0 36px;
        margin: 0;
        margin-bottom: 5px;
    }

    .product-categories-nav .category-wrap:last-child {
        margin-bottom: 0;
    }

    .product-categories-nav .category-wrap .category-icon-wrap {
        height: 45px;
    }

    .product-categories-nav .category-wrap .category-icon-wrap img {
        object-fit: contain;
        height: 100%
    }
    .product-categories-nav .category-wrap.active {
        background: #FAFAFA;
    }

}

/* Aside Filters */
.woocommerce .eshop-widget {
    padding: 26px 40px 50px 92px;
    background: #FAFAFA;
}

.woocommerce #sidebar .eshop-widget .widget-title {
    margin-bottom: 50px;

    background: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
    color: #2D2926;
}

.woocommerce .eshop-widget .filter-title {
    margin-bottom: 0;
    
    font-size: 23px;
    font-weight: 300;
    line-height: 35px;
    text-transform: uppercase;
}

.woocommerce .eshop-widget .facetwp-checkbox {
    color: #A5A5A5;
	 color: #2D2926;
    font-size: 15px;
    font-weight: 300;
    line-height: 35px;
    text-transform: uppercase;
    background: none;
    padding: 0;

    transition: padding-left 0.2s ease-out,
        color 0.2s ease-out;
}

.woocommerce .eshop-widget .facetwp-checkbox:hover {
    color: #5A5A5A;
    border-left: 1px #CFCFCF solid;
    padding-left: 8px;
}



.woocommerce .eshop-widget .facetwp-checkbox.checked {
    font-weight: 300;
    border-left: 1px #A5A5A5 solid;
    padding-left: 8px;
}


.woocommerce .eshop-widget .facetwp-counter {
    display: none;
}

.woocommerce .eshop-widget .facetwp-facet {
    margin-bottom: 0;
}




/* Price Slider START */

.woocommerce .eshop-widget .facetwp-type-slider .noUi-handle {
   border: none;
   background: none;
   display: flex;
   justify-content: center;
   right: -12px;
   display: f;
   width: 25px;
   height: 25px;
   top: -50%;
   transform: translate(0, -50%);
}

.woocommerce .eshop-widget .facetwp-type-slider .noUi-touch-area {
   width: 10px;
   background: #2D2926;
}

.woocommerce .eshop-widget .facetwp-type-slider .noUi-target {
  /* background: #A5A5A5; */
  background: #C7C7C7;
  padding: 0px 8px;
  margin: 25px 0;
  border: none;
}

.woocommerce .eshop-widget .facetwp-type-slider .noUi-horizontal {
  height: 1px;
}

.woocommerce .eshop-widget .facetwp-type-slider .noUi-connect {
  background: #2d2926;
}

.woocommerce .eshop-widget .facetwp-type-slider .facetwp-slider-wrap {
  padding-bottom: 0;
}

/* Price Slider END */

@media only screen and  (max-width: 1280px) {
	.woocommerce .eshop-widget {
		padding: 26px 30px 50px 42px;
		max-width: 210px;
	}

	.has-sidebar #main-wrap > .products {
		grid-template-columns: auto 3fr;
	}
}

@media only screen and (max-width: 767px) {
    .woocommerce .eshop-widget {
        display: none;
    }
}


@media only screen and (max-width: 767px) {
    #category-items {
        margin-left: -15px;
        width: calc(100% + 30px);
        height: 60vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-bottom: 23px;
    }
    #category-title {
        max-width: 300px;
        padding-top: 60px;
        margin: 0 auto;

        font-weight: 800;
        font-size: 29px;
        /*font-size: 30px;*/
        line-height: 32px;
        text-align: center;
    }

    #category-subtext p {
        display: none;
    }

    #category-description p {
        max-width: 230px;
        margin: 0 auto;
        margin-bottom: 36px;
        
        text-align: center;
        font-size: 25px;
        line-height: 1;
        font-weight: 300;
    }

}


/* Loop */
.woocommerce ul.products {
    max-width: 1528px;
}

/* Loop Items */
.woocommerce ul.products li.product  {
    position: relative;
    padding: 0;
    max-width: 319px;
}

body.home .woocommerce ul.products li.product  {
	margin-right: 50px;
}

.woocommerce ul.products li.product::before  {
    position: absolute;
    content: "";
    top:50%;
    left: 0;
    height: 50%;
    width: 100%;
    background: #fafafa;
    z-index: -1;
}

.woocommerce ul.products li.product.last  {
    margin-right: 0px;
}

/* Item Image */
.woocommerce ul.products li.product > a img {
    margin: 0 auto 20px;
    width: 60%;
}

.woocommerce ul.products li.product .price {
    color: #2D2926;
    font-size: 20px;
    text-align: center;
    margin: 0;
}

.woocommerce ul.products li.product .price del {
    font-size: 14px;
    font-weight: 600;
    color: #A5A5A5

}

.woocommerce ul.products li.product .price ins {
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;

}



.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 30px;
}

.bottom-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 20px 12px;
}

.bottom-items .cart-icon {
    height: 28px;
    width: 30px;
}

.buy-now {
    text-align: center;
    padding-right: 50px;
    font-size: 20px;
}

.bottom-items .yith-wcwl-add-to-wishlist,
.woocommerce ul.products li.product .bottom-items .yith-wcwl-add-to-wishlist img {
    margin: 0;
    width: 25px;
    height: 22px;

}

/* Pagination */
.facetwp-pager {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 30px;
    max-width: 1458px;
}

.facetwp-pager .facetwp-page {
    /* display: none; */
    color: #2D2926;
    border-bottom: 1px transparent solid;
    padding-top: 1px;
    font-size: 20px;
    position: relative;

}
/* .facetwp-pager .facetwp-page::after {
    position: absolute;
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    
    bottom: -2px;
    left: 0;
    background: #2D2926;
    transition: width 0.3s ease-out;
}
.facetwp-pager .facetwp-page:hover::after {
    width: 100%;
} */

.facetwp-pager .facetwp-page.active {
    font-weight: 400;
    border-bottom: 1px #2D2926 solid;
}

.facetwp-pager .facetwp-page.prev,
.facetwp-pager .facetwp-page.next {
    display: block;
    height: 48px;
    width: 48px;
    color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.facetwp-pager .facetwp-page.prev.active,
.facetwp-pager .facetwp-page.next.active {
    border-bottom: none;
}

.facetwp-pager .facetwp-page.prev {
    background-image: url('../svg/arrow-left-mobile.svg');
}

.facetwp-pager .facetwp-page.next {
    background-image: url('../svg/arrow-right-mobile.svg');
}

@media only screen and (max-width: 767px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        padding-bottom: 0;
        margin: 0 auto 20px !important;
        max-width: 200px;
    }
    .woocommerce-loop-product__title a {
        font-size: 15px;
        line-height: 17px;
    }

    ul.products li.product a.buy-now.styled-link {
        font-size: 25px;
        line-height: 33px;
        font-weight: 300;
        padding: 0;
    }

    ul.products li.product a.buy-now.styled-link::after {
        display: none;
    }

    ul.products li.product .bottom-items .cart-icon {
        height: 35px;
        width: 37px;
    }

    .bottom-items .yith-wcwl-add-to-wishlist,
    .woocommerce ul.products li.product .bottom-items .yith-wcwl-add-to-wishlist img{
        height: 31px;
        width: 35px;
    }


    /* Switch to single column: */
    body.archive.woocommerce ul.products {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 22px;
    }

    body.archive.woocommerce ul.products li.product {
        float: none!;
        width: auto;
    }   

    body.archive.woocommerce ul.products li.product:last-child {
        margin-bottom: 0;
    }

    /* Paging */
    .facetwp-pager .facetwp-page {
        display: none;
    }
    .facetwp-pager .facetwp-page.prev {
        margin-right: 25px;
    }

}
