/*GLOBAL*/

html {
    overflow-x: hidden !important;
}

/*HEADER*/
.main-header {
    width: 100% !important;
    transition: 0.4s ease-in-out !important;
}

.main-header.elementor-sticky--effects {
    padding-top: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--e-global-color-secondary) !important;
}

.main-logo img {
    transition: 0.4s ease-in-out !important;
}

.elementor-sticky--effects .main-logo img {
    width: 160px !important;
    transition: 0.4s ease-in-out !important;

}

/*products-grid*/
.main-products-grid .jet-woo-product-thumbnail img {
    height: 280px;
    object-fit: contain;
}


/*FOOTER*/
.pswp.jet-woo-product-gallery-pswp {
    display: none;
}

/*GLOBAL END*/

/*************************/

/*HOME*/
.parent-cat-home .jet-woo-category-thumbnail img {
    height: 280px;
    object-fit: cover;
    width: 100%;
}

.parent-cat-home .jet-woo-categories__inner-box.jet-woo-item-overlay-wrap {
    transition: 0.3s all;
}

.parent-cat-home .jet-woo-categories__inner-box.jet-woo-item-overlay-wrap:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transform: scale(0.98);
}

/*blog loop template*/
.loop-blog-image img {
    height: 250px;
    object-fit: cover;
}

/*CATEGORY ARCHIVE*/
.main-categories-archive img {
	width: 100% !important;
    height: 300px !important;
    object-fit: cover;
}


@media (max-width: 768px) {
  .main-categories-archive img {
    height: 250px;
    width: 100%;
    object-fit: cover;
  }
}


/*hide the field "ΑΙΤΗΣΗ ΕΝΔΙΑΦΕΡΟΝΤΟΣ" in contact form*/
.elementor-field-group-field_1ae4d3f {
  display: none;
}



/*hide uncategorized for categories inside the products*/
.product_cat-uncategorized {
  display: none !important;
}

