.woocommerce-products-header__title.page-title {
	color: #000;
	font-family: Roboto;
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	position: relative;
	margin-bottom: 0 !important;
}

.woocommerce-products-header__title.page-title::after {
	 content: "";
	 display: block;
	 width: 250px;
	 height: 2px;
	 background-color: #000;
	 margin: 40px 0 0
}

/* subcategories carousel */
.subcategories-carousel-section {
    position: relative;
}

.subcategories-carousel-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 50px;
}

.subcategories-carousel-heading {
color: #000;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.subcategories-carousel-heading span {
    color: #009ee3;
}

.subcategories-carousel-arrows {
    position: static;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.subcategories-carousel-section .splide__slide {
	position: relative;
}

.subcategories-carousel-section .splide__slide::after {
	content: "";
	width: 1px;
	height: 60px;
	background-color: #D9D9D9;
	display: block;
	position: absolute;
	top: 50%;
	right: -1px;
	transform: translateY(-50%);
}

.subcategories-carousel-arrows .splide__arrow {
	position: static;
	transform: none;
	width: 15px;
	height: 15px;
	border: none;
	background-color: #ffffff;
	opacity: 1;
	border-radius: 0;
}

.subcategories-carousel-arrows .splide__arrow span {
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

.subcategories-carousel-arrows .splide__arrow--prev span {
    transform: rotate(-135deg);
    margin-left: 3px;
}

.subcategories-carousel-arrows .splide__arrow--next span {
    transform: rotate(45deg);
    margin-right: 3px;
}

/*.subcategories-carousel-arrows .splide__arrow:hover {
    background-color: #009ee3;
    border-color: #009ee3;
}

.subcategories-carousel-arrows .splide__arrow:hover span {
    border-color: #ffffff;
}*/

.subcategories-carousel .splide__arrow {
    display: none;
}

.subcategories-carousel__item {
	padding: 10px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.subcategories-carousel__image {
    display: block;
    text-decoration: none;
}

.subcategories-carousel__image img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin: 0 auto 5px;
	display: block;
	aspect-ratio: 1;
}

.subcategories-carousel__title {
    margin: 0;
    line-height: 1.3;
}

.subcategories-carousel__title a {
    text-decoration: none;
color: #009EE3;
text-align: center;
font-family: Roboto;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.subcategories-carousel__title a:hover {
    color: #009ee3;
}

.subcategories-carousel .splide {
	padding-bottom: 50px;
}

.products-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	margin-bottom: 70px;
	padding-top: 20px;
	border-top: 1px solid #E5E8EE;
}

.products-toolbar__count {
    font-size: 16px;
    font-weight: 400;
    color: #808080;
}

.products-toolbar__count span {
	color: #000;
}

.products-toolbar__actions {
    display: flex;
    align-items: center;
    gap: 45px;
    margin-left: auto;
}

.products-toolbar__ordering {
    display: flex;
    align-items: center;
}

.products-toolbar__ordering form.woocommerce-ordering {
    margin: 0 !important;
    float: none !important;
    display: flex;
    align-items: center;
}

.products-toolbar__ordering .woocommerce-ordering::before {
    content: none;
}

.products-toolbar__ordering select.orderby {
	border: none;
	background-color: transparent;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #000;
	padding: 0;
	width: auto;
	max-width: none;
	text-align: right;
}

.products-toolbar__filter {
	border: none;
	font-size: 16px;
	font-weight: 400;
	color: #808080;
	cursor: pointer;
	background-color: #fff;
	padding: 0 !important;
	gap: 10px;
	display: flex;
	align-items: center;
}

.products-toolbar__filter:hover,
.products-toolbar__ordering select.orderby:hover {
    color: #009ee3;
}

.products-toolbar__ordering .col-8.col-xxl-3.order-3.text-end {
	width: auto !important;
}

.products-toolbar__ordering {
    position: relative;
}

.products-toolbar__ordering select.orderby {
    width: auto;
    min-width: 70px;
    max-width: none;
    white-space: nowrap;
    transition: width 0.2s ease;
}

.select-width-helper {
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
    pointer-events: none;
    left: -9999px;
    top: -9999px;
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
}

.products-toolbar__ordering svg {
	margin-right: 5px;
}

.products-list {
	display: flex;
	gap: 16px 25px;
	padding: 0;
	flex-wrap: wrap;
	list-style: none
}

.products-list .loop-product {
	padding: 40px;
	border: 2px solid #E5E8EE;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: box-shadow linear 300ms
}

.products-list .loop-product:hover {
border: 2px solid #C2C4CA;
box-shadow: 0 18px 24px 0 rgba(0, 0, 0, 0.12);
transition: box-shadow linear 300ms;
background: url('/wp-content/uploads/categories/product-arrow-more.png') no-repeat top 40px right 40px #fff
}

.products-list {
	display: flex;
	gap: 16px 25px;
	padding: 0;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 50px;
}

/* 4 προϊόντα ανά σειρά - default desktop */
.products-list > li {
    flex: 0 0 calc((100% - 75px) / 4);
    max-width: calc((100% - 75px) / 4);
}

/* Από 1366px και κάτω: 3 προϊόντα */
@media screen and (max-width: 1366px) {
    .products-list > li {
        flex: 0 0 calc((100% - 50px) / 3);
        max-width: calc((100% - 50px) / 3);
    }
}

/* Tablet: 2 προϊόντα */
@media screen and (max-width: 991px) {
    .products-list > li {
        flex: 0 0 calc((100% - 25px) / 2);
        max-width: calc((100% - 25px) / 2);
    }
}

/* Κινητά: 1 προϊόν */
@media screen and (max-width: 575px) {
    .products-list > li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.woocommerce-loop-product__title {
	color: #000;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 60px;
}

.loop-product .woocommerce-Price-amount {
	color: #000;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.9px;
}

.loop-product img {
	max-height: 210px;
	width: auto;
	margin: auto;
	display: block;
	aspect-ratio: 1;
	object-fit: cover;
}

.loop-product .price-container {
	display: flex;
	gap: 5px;
}

.from-span {
	color: #000;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	margin-bottom: 30px;
}

.archive .loop-product .add_to_cart_button {
	display: flex;
	padding: 14px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 36px;
	background: #1C1C1C !important;
	width: 100%;
	color: #FFF;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: relative;
}

.archive .loop-product .add_to_cart_button::before {
	content: "";
	width:22px;
	height:22px;
	background: url('/wp-content/uploads/categories/add-to-cart.png') no-repeat center;
	display: inline-block
}

.archive .loop-product .product_type_variable.add_to_cart_button::before {
	background: url('/wp-content/uploads/categories/Epiloges.png') no-repeat center;
}

.popular-searches-block {
	padding: 120px 0 140px;
	background-color: #F2F2F2;
	min-width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.popular-searches-block h3 {
	margin: 0 0 140px 0;
	padding-left: 25%;
	color: #000;
	font-family: Roboto;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: relative;
}

.popular-searches-block h3::before {
	content: "";
	display: block;
	width: 250px;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 5px;
}

.popular-searches.d-flex.flex-wrap {
	padding-left: 25%;
	margin-bottom: 0;
}

.textwidget.custom-html-widget {
	max-width: 1650px;
	padding: 0;
	margin: auto;
}

.term-description {
  display: none
}
