h1.shop-page-title {
	font-size: 72px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	margin: 0;
	padding: 25px 0 70px;
}
.search h1.shop-page-title {
    font-weight: 700;
}
.woocommerce-page .shop-page-title .container,
.woocommerce-page main .container {
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}

.woocommerce-page:not(.woocommerce-shop) .shop-page-title.page-title,
.woocommerce-page.search .shop-page-title.page-title {
	margin-bottom: 40px;
}

.woocommerce-page .category-page-row {
	padding: 0 .75rem 140px;
}

.woocommerce-page .category-page-row > div {
	padding-left: 0;
}

.woocommerce-page .category-page-row > div:first-child {
	padding-right: .75rem;
}

.woocommerce-page .category-page-row > div:last-child {
	padding-left: .75rem;
	padding-right: 0;
	padding-bottom: 0;
}

.product-small .box-image img {
	max-height: 425px;
}

.woocommerce-page .page-title-inner {
	display: block;
	position: relative;
}

.woocommerce-page .page-title-inner .flex-col + .flex-col {
	width: auto !important;
	position: absolute;
	right: 15px;
	bottom: -13px;
	text-align: end !important;
}

.woocommerce-breadcrumb.breadcrumbs,
.woocommerce-breadcrumb.breadcrumbs a {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .55);
}

.woocommerce-breadcrumb.breadcrumbs .divider {
	opacity: 1;
	font-size: 14px;
}

.woocommerce-page .woocommerce-result-count {
	margin-right: 10px;
	font-family: "Radnika", sans-serif;
	color: rgba(0, 0, 0, .55);
	font-size: 14px;
}

.woocommerce-ordering {
	display: inline-block !important;
}

.woocommerce-ordering .orderby {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
	border: 0;
    padding-left: 5px;
    box-shadow: none !important;
}

.woocommerce-ordering .orderby option {
	color: #000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-family: "Radnika", sans-serif;
}

.wc-block-product-filters__overlay-content > div {
	padding: 50px 0;
}

.widget .wpfFilterTitle {
	pointer-events: none;
}

.widget .wpfFilterWrapper[data-filter-type] {
	padding: 50px 0;
	margin: 0;
}

.widget .wpfFilterWrapper[data-filter-type]:not(:nth-last-child(3)) {
	border-bottom-color: rgba(0, 0, 0, 0.15);
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.widget .wpfFilterTitle .wpfTitleToggle {
	display: none;
}

.widget .wpfFilterTitle .wfpTitle {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.widget .ui-slider.ui-widget-content:not(.iris-slider-offset) {
	height: 6px;
	background: rgb(232, 232, 232);
	border-radius: 0px;
	border: none;
}

.widget .ui-slider-horizontal .ui-slider-range {
	background: #000!important;
}

.widget .ui-slider.ui-widget-content .ui-slider-handle {
	width: 15px;
	height: 15px;
	top: -5px;
	border-radius: 50%;
	background: rgb(255, 255, 255);
	border: 3px solid rgb(0, 0, 0) !important;
	-o-border-image: initial;
	   border-image: initial;
	margin: 0px 0px 0px -8px;
	outline: none;
}

.widget .ui-slider.ui-widget-content .ui-slider-handle:hover {
	border: 3px solid rgb(0, 0, 0) !important;
}

.widget .wpfFilterContent .wpfLiLabel .wpfValue {
	display: none;
}

.widget .wpfCheckbox {
	width: 100%;
}

.widget .wpfFilterWrapper .wpfCheckbox label {
	width: 100% !important;
	text-align: left;
}

.widget .wpfFilterWrapper .wpfCheckbox label::before {
	width: 14px !important;
	height: 14px !important;
}

.widget .wpfFilterContent .wpfLiLabel label[aria-label]::after {
	content: attr(aria-label) !important;
	display: inline-block !important;
	margin-left: 12px !important;
	font-style: inherit;
	font-size: 13px;
	color: rgb(0, 0, 0);
	font-weight: 400;
	text-transform: uppercase;
	width: calc(100% - 24px) !important;
	height: 15px !important;
}

.widget .wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label::after {
	font-weight: 700;
}

.widget .wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label::before {
	background-image: none !important;
	background-color: #000 !important;
}

.widget .wpfFilterWrapper ul:not(.wpfButtonsFilter) li {
	margin-bottom: 8px;
}

.widget .wpfFilterWrapper .wpfPriceInputs,
.widget .wpfFilterWrapper label {
	font-family: Radnika, sans-serif;
	color: rgba(0, 0, 0, 0.55);
	font-size: 12px;
	font-weight: 500;
}

.woocommerce-no-products-found {
	display: none;
}
.widget .wpfPriceRangeField {
    width: auto !important;
}
.widget .wpfFilterDelimeter {
    margin: 0;
}
.widget .wpfFilterWrapper .wpfPriceInputs {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}
.wpfFilterDelimeter {
    padding: 0 5px;
}
/* Shop page */
.woocommerce-shop:not(.search) h1.shop-page-title {
	margin: -0.13em 0 15px;
	padding: 0;
}

.woocommerce-shop:not(.search) .page-title-inner {
	display: block;
	padding-top: 40px;
}

.woocommerce-shop:not(.search) .category-filtering,
.woocommerce-shop:not(.search) .woocommerce-breadcrumb {
	display: none;
}

.woocommerce-shop:not(.search) .category-page-row > .shop-sidebar {
	display: none;
}

.woocommerce-shop:not(.search) .category-page-row > .shop-content {
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding: 0;
}

.woocommerce-shop:not(.search) .row.category-page-row {
	max-width: none;
	padding-top: 0;
}

.woocommerce-shop:not(.search) .row.category-page-row .products {
	margin: 0;
	max-width: none;
}

.woocommerce-shop:not(.search) .row.category-page-row .products .product-category {
	padding: 0;
	position: relative;
	overflow: hidden;
	padding-bottom: 33%;
}

.woocommerce-shop:not(.search) .row.category-page-row .products .product-category .col-inner {
	position: initial;
}

.woocommerce-shop:not(.search) .row.category-page-row .products .product-category .box {
	position: initial;
}

.woocommerce-shop:not(.search) .row.category-page-row .products .product-category .box-image {
	position: absolute;
	left: -30px;
	top: 0px;
	bottom: 0px;
	right: -30px;
	z-index: 1;
}

.woocommerce-shop:not(.search) .row.category-page-row .products .product-category .box .box-image img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1 / 1;
    z-index: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    display: block;
}

.woocommerce-shop:not(.search) .row.category-page-row .products .product-category .box-text-inner .count {
	display: none;
}

.woocommerce-shop:not(.search) .row.category-page-row .products .product-category .box-text {
	background-color: transparent;
	padding: 0;
	position: absolute;
	bottom: 22px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.woocommerce-shop:not(.search) .row.category-page-row .products .product-category .box-text-inner .header-title {
	text-align: center;
	font-size: 1.375rem;
	color: rgb(65, 74, 76);
	font-weight: bold;
	line-height: 1.2em;
	padding: 40px 40px 5px;
	margin: 0;
}

.woocommerce-shop:not(.search) .row.category-page-row .products .product-category .box:hover img {
	opacity: 0.15;
	-webkit-transform: translate3d(30px, 0px, 0px);
	        transform: translate3d(30px, 0px, 0px);
}

.woocommerce-shop:not(.search) .row.category-page-row .products .product-category .box:hover .box-text {
	bottom: 45px;
}

@media only screen and (min-width: 40.063em) {
	.woocommerce-shop:not(.search) .row.category-page-row .products .product-category .box-text-inner .header-title {
		font-size: 1.875rem;
	}
}

@media (max-width: 1199px) {
	h1.shop-page-title {
		font-size: 60px;
	}

	.woocommerce-shop:not(.search) .row.category-page-row .products .product-category {
		max-width: 33%;
		-ms-flex-preferred-size: 33%;
		    flex-basis: 33%;
		padding-bottom: 50%;
	}
}

@media (max-width: 1199px) {
	.woocommerce-shop:not(.search) .row.category-page-row .products .product-category {
		max-width: 33%;
		-ms-flex-preferred-size: 33%;
		    flex-basis: 33%;
		padding-bottom: 50%;
	}
}

@media (max-width: 911px) {
	.woocommerce-shop:not(.search) .row.category-page-row .products .product-category {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		padding-bottom: 65%;
	}

	h1.shop-page-title {
		font-size: 40px;
	}
}

@media (max-width: 849px) {
	.category-filter-row {
		padding: 10px 0;
	}
}

@media (max-width: 480px) {
	.woocommerce-shop:not(.search) .row.category-page-row .products .product-category {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		padding-bottom: 125%;
	}
}
/* Shop page */

@media (max-width: 849px) {
    .woocommerce-page .woocommerce-result-count,
	.woocommerce-breadcrumb.breadcrumbs {
		display: none;
	}

	.woocommerce-page .category-filter-row {
		text-align: left;
		padding: 0;
	}

	.woocommerce-page .category-page-row {
		display: block;
	}
	.category-page-row .shop-sidebar {
		padding-bottom: 0;
	}
    .category-page-row .shop-sidebar.show {
        display: block !important;
    }

    .woocommerce-page .page-title-inner .flex-col + .flex-col {
        bottom: -10px;
 }
	.widget .wpfFilterWrapper[data-filter-type] {
		padding: 25px 0;
	}
	.widget .wpfFilterWrapper[data-filter-type]:first-child{
		padding-top: 0;
	}
}

@media (min-width: 1200px) {
	.woocommerce-page:not(.woocommerce-shop) .category-page-row,
    .woocommerce-page.search .category-page-row  {
		max-width: 1230px!important;
	}
}
