/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  A GeneratePress child theme
 Author:       Stratos Katramanos Aristotelis Alexopoulos
 Template:     generatepress
 Version:      0.1
 Text Domain:  generatepress-child
 Domain Path:  /languages/
*/
body{
	font-family: "Albert Sans", Sans-serif !important;
}

/* Container 1280px for single & pages */
.page .site.grid-container:not(.home.page .site.grid-container), .single .site.grid-container {
max-width: 1280px;
}
/* END OF Container 1280px for single & pages */

/* Buttons */
button, .button, input[type=button], input[type=reset], input[type=submit] {
padding: 10px 20px !important;
font-size: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
border-radius: 0 !important;
border: 1px solid !important;
border-color: #222 !important;
text-transform: none;
letter-spacing: normal;
}
/* END OF Buttons */

/* floating-sidebar-open-button background image
.floating-sidebar-open-button {
background-image: url('./img/filters-icon-black.png');
}
.floating-sidebar-open-button:hover {
background-image: url('./img/filters-icon-white.png');
}
*/


.home .dgwt-wcas-search-wrapp {
 fill: #fff !important;
}

/*animation*/
/*header and logo*/
.home #menu-container #l-logo-container .elementor-widget-container img {
	position: absolute;
	top: -50%;
	left: 50%;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	width: 120px;
	max-width: 120px;
	opacity: 1;
	filter: invert(0);
	transition: all 0.33s linear;
	-moz-transition: all 0.33s linear;
	-webkit-transition: all 0.33s linear;
}
@media all and ( min-width: 768px ) {
	.home #menu-container {
		background-color: rgba(255,255,255,0); 
		transition: all 0.25s ease-in;
		-moz-transition: all 0.25s ease-in;
		-webkit-transition: all 0.25s ease-in;
	}
	.home #menu-container.elementor-sticky--effects {
		 background-color: rgba(255,255,255,1); 
	}
	.home #menu-container.elementor-sticky--effects #l-logo-container .elementor-widget-container img {}
	.home #menu-container:not(.elementor-sticky--effects) #l-logo-container .elementor-widget-container img {
		top: 120px;
		width: 620px;
		max-width: 620px;
		filter: invert(1);
		opacity: .5;
	}
}
@media all and ( min-width: 1080px ) {
	.home #menu-container:not(.elementor-sticky--effects) #l-logo-container .elementor-widget-container img {
		width: 768px;
		max-width: 768px;
	}
}
@media all and ( min-width: 1280px ) {
	.home #menu-container:not(.elementor-sticky--effects) #l-logo-container .elementor-widget-container img {
		width: 1024px;
		max-width: 1024px;
	}
}
@media all and ( min-width: 1500px ) {
	.home #menu-container:not(.elementor-sticky--effects) #l-logo-container .elementor-widget-container img {
		width: 1280px;
		max-width: 1280px;
	}
}

/*menu icons*/
.home .menu svg{
	width: 22px !important;
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
}
.menu svg{
	width: 22px !important;
}
.home .user svg{
	width: 22px !important;
} 
.home .user nav{
	width: 100% !important;
	min-width: 250px;
	left: 0px !important;
}
.user nav{
	width: 100% !important;
	min-width: 250px;
	left: 0px !important;
}
/*change color menu icons*/
.home .elementor-sticky--effects .fill-000000{
	fill: #000 !important;
}
.home .elementor-sticky--effects .elementor-button-text{
	color: #000 !important;
}
.home .elementor-sticky--effects .dgwt-wcas-search-wrapp{
	fill: #000 !important;
}
.home .elementor-sticky--effects .elementor-menu-toggle svg{
	fill: #000 !important;
}
.home .elementor-sticky--effects .contact svg{
	fill: #000 !important;
}

/*category loop*/
.woocommerce ul.products {
	margin: 0;

}
.woocommerce ul.products li.product {
	padding: 5px 5px 10px 5px;
	margin: 0;
	overflow: hidden;
    box-shadow: 0px 0px 0px 1px #ececec; 
}
@media all and ( min-width: 1081px ){
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 25%; 
	}
}
@media all and (min-width: 769px) and (max-width: 1080px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 50%;
        float: left;
        clear: both;
        margin: 0;
    }
}
@media all and ( max-width: 768px ) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 50%;
        float: left;
        clear: none;
        margin: 0;
    }
}
@media all and ( max-width: 500px ) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: none;
        clear: none;
        margin: 0;
    }
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 { 
	font-size: 1em; 
	min-height: 3.2em;  
	line-height: 1.5; 
}
/*
@media all and ( min-width: 1081px ){
	.woocommerce ul.products li.product .button {
		position: absolute;
		left: 50%;
		bottom: -100px;
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		-o-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
		-webkit-transition: all .33s linear;
		-moz-transition: all .33s linear;
		transition: all .33s linear;
	}
	.woocommerce ul.products li.product:hover .button {
		bottom: 50%;
	}
	.woocommerce ul.products li.product span.price {
		position: absolute;
		left: 50%;
		bottom: -100px;
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		-o-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
		-webkit-transition: all .33s linear;
		-moz-transition: all .33s linear;
		transition: all .33s linear;
	}
	.woocommerce ul.products li.product:hover span.price {
		bottom: 0;
		font-size: 30px;
	}
}
*/
@media all and ( min-width: 1081px ){
	.woocommerce ul.products li.product .button {
		margin-top: 0;
		opacity: 0;
		-webkit-transition: all .33s linear;
		-moz-transition: all .33s linear;
		transition: all .33s linear;
	}
	.woocommerce ul.products li.product:hover .button {
		opacity: 1;
	}
}
.archive.woocommerce .site-content {
	padding: 10px;
}

/*filter*/
/* floating-sidebar-open-button background image*/
.floating-sidebar-open-button {
	background-image: url('/wp-content/uploads/2024/05/filter-icon.png');
}
.floating-sidebar-open-button:hover {
	background-image: url('/wp-content/uploads/2024/05/filter-icon.png');
}

#floating-left-sidebar-open-button {
	background-color: white !important;
}
#floating-left-sidebar-close-button {
	background-image: url('/wp-content/uploads/2024/05/filter-icon.png');
}
.open #floating-left-sidebar-close-button {
	background-color: #fff !important;
}
/* END OF floating-sidebar-open-button background image */
#page #floating-left-sidebar-inner-wrap li a {
	color: #000;
	font-size: 15px;
	text-decoration: none;
}

#woocommerce_product_categories-2 .widget-title{
	margin-bottom: 10px;
}

#floating-left-sidebar-inner-wrap .dgwt-wcas-ico-magnifier{
	height: 100%;
}

/*product page*/
.woocommerce div.product .product_title {
	font-size: 35px;
	color: #333;
}
.woocommerce div.product .posted_in a {
	color: #555;
	text-decoration: none;
	font-size: 15px;
	text-transform: lowercase;
}
.woocommerce div.product  bdi {
	font-size: 30px;
	font-weight: bold;
}
.woocommerce div.product  .price {
	margin: 10px auto;
}
.woocommerce div.product  .posted_in a {
	color: #555;
	text-decoration: none;
	font-size: 15px;
	text-transform: lowercase;
}
.woocommerce .quantity .qty {
	padding: 10px;
	background-color: #fff;
	border-color: #222;
}
@media screen and ( min-width: 1081px ) {
	div.product .summary.entry-summary {
		margin-top: 6% !important;
	}
}

/*hide cookies banner*/

.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
  display: none;
}

/*hide on category page */

.onsale {
  display: none;
}
.archive .price {
  display: none !important;
}

/*slider same category products*/
.woocommerce-loop-product__title {
   font-size: 14px !important;
}
.related.products .price {
  display: none !important;
}
/*contact page*/
#contact input {
  background-color: #fff;
	padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
}

#contact textarea {
  background-color:#fff;
	  border-radius: 5px;
  margin-top: 10px;
}

#contact .wpcf7-submit:hover{
	background-color: red;
  border-color: #fff !important;
}