/*
Theme Name: GxG Custom Theme
Theme URI: https://www.gxg.gr
Author: Gsquared.
Author URI: https://www.gxg.gr/
Description: <strong>Perfomance custom theme by Gsquared</strong>.
Version: 1.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: gxg-custom
maincolor = 
*/


.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

html,body{
	padding:0;
	margin:0;
}
body {
    font-family: 'Arial', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	background-color: #fff;
	color: #333;
	overflow-x: hidden;
}
p{
	margin-top: 0;
	margin-bottom: 10px;
}
a {
	color: #1059c6;
	text-decoration: none;
}
a:focus, a:active, button:focus, button:active, a::-moz-focus-inner, button::-moz-focus-inner {
	outline: none;
	box-shadow: none;
	border: 0;
}
a:hover {
	color: #2b1b1a;
}

h1,h2,h3,h4,h5,h6{
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: 400;
	color: #333;
}
h1{
	font-size: 32px;
}
h2 {
	font-size: 26px
}
h3 {
	font-size: 24px;
}
img, svg {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
iframe{
	max-width: 100%;
}
input, select, textarea, button {
	font-family: 'Arial', sans-serif;
	border: 1px solid #aaa;
	background-color: #fff;
	font-size: 16px;
	padding: 8px 8px;
	max-width: 100%;
	box-sizing: border-box;
	color: #242424;
}
input[type="submit"] {
	padding: 10px 24px;
	background: #fff;
	color: #242424;
	border: 1px solid #242424;
	cursor: pointer;
}
input[type="submit"]:focus,input[type="submit"]:active {
	outline: 1px solid #242424;
	outline-offset: -3px;
}
label {
	color: #242424;
}

.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

#main-wrap{
	background-color: #f4f4f4;
	padding: 25px 15px 0;
}
.menu-is-active #main-wrap {
	opacity: 0.3;
}

.home #main-wrap{padding-top: 0}

.has-sidebar #main-wrap {
	padding-top: 0;
}
.container {
	max-width: 1240px;
	margin: 0 auto;
}
#brand {
	text-align: center;
	padding: 15px 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

header#top-header {
	/*background: url('https://diamanti.krasakis.gr/wp-content/uploads/2019/09/header-bg.jpg');*/
	padding: 15px 0;
}



#header-menu.sticky {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
ul.menu > li > a {
	color: #444;
	transition: all 150ms ease-in-out;
}
/*ul.menu > li:hover > a,ul.menu > li:hover > a {
	color: #fff;
}
ul.menu li.current_page_item a {
	color: #cb5499;
}*/
ul.menu li a {
	font-size: 18px;
	text-decoration: none;
	font-size: 16px;
	padding: 10px;
	display: inline-block;
	transition: all 150ms ease-in-out;
}
.menu > li > .sub-menu {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 999;
	background: #fff;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	transition: all 150ms ease-in-out;
}
.menu > li:hover .sub-menu {
	pointer-events: all;
	opacity: 1;
}

ul.menu li ul ul a {
	color: #707070;
	padding: 2px 0;
}

.menu-main-container{
	transition: all 150ms ease-in-out;
	overflow: hidden;
}
.hamburger {
	outline: none !important;
	display: flex;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.09s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	overflow: visible;
	font-size: 22px;
	align-items: center;
	margin: 0 15px 0 auto;
	padding: 0;
}

.menu-is-active .hamburger .hamburger-inner,
.menu-is-active .hamburger .hamburger-inner::before,
.menu-is-active .hamburger .hamburger-inner::after {
    background-color: #444;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 35px;
	height: 3px;
	background-color: #444;
	border-radius: 0;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-is-active .hamburger--collapse .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-is-active .hamburger--collapse .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.menu-is-active .hamburger--collapse .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse .ham-close-text {
    display: none;
}

.menu-is-active .hamburger--collapse .ham-close-text {
    display: inline;
}

.menu-is-active .hamburger--collapse .ham-open-text {
    display: none;
}

.hamburger span {
    color: #444;
}
#top-header > .container,
#header > .container {
	padding-left: 15px;
	padding-right: 15px;
}
#top-header > .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#top-header .left {
	display: inline-block;
	text-align: center;
}

.responsive-menu-toggle {
	display: block;
}

#menu ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#header-menu {
	background-color: #fff;
	position: sticky;
	top: 0;
	z-index: 999;
	box-shadow: 0px 0px 0px transparent;
	transition: all 150ms ease-in-out;
}
.admin-bar #header-menu {
	top: 32px;
}
#menu {
	position: relative;
	
}


.has-sidebar #content{
	padding-top: 25px;
}
@media (min-width: 768px) {
	.product-search-form {
		top: calc(100% + 13px);
	}
	.header-icons-toggle{display: none;}
}
@media (max-width: 767px) {
	#brand svg {
		max-height: 50px;
	}
	.menu-icons {
		display: none; 
		position: absolute !important;
		right: 0;
		flex-direction: column;
		top: 100%;
		background: #fff;
		z-index: 9;
		text-align: center;
		padding: 10px 0;
	}
	.extra-menu-is-active .menu-icons {
		display: flex;
		flex-direction: row;
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
		margin-top: 15px;
	}
	#top-header {
		position: sticky;
		top: 0px;
		z-index: 9;
		background: #fff;
	}
	#brand {
		left: 50% !important;
	}
	.menu-is-active #menu ul {
		display: block;
		background: #fff;
		top: 0;
		text-align: left;
	}
}

@media (min-width: 960px) {
	ul.menu li {
		display: inline-block;
		margin-right: 15px;
		transition: background-color 150ms ease-in-out;
	}
	ul.menu > li:hover {
		background-color: #444;
	}
	ul.menu li a {
		color: #444;
	}
	ul.menu > li:hover > a{
		color: #fff;
	}
	ul.menu li.current_page_item a {
		color: #444;
	}

}
@media (max-width: 959px) {
	#menu ul {
		position: absolute;
		width: 100%;
		top: 100px;
		display: none;
	}
}

@media (min-width: 768px){
	.responsive-menu-toggle{display: none;}
}



/*
START GENERAL STYLE
*/

#herbs_mobile.active .elementor-button-text:before, #honey_mobile.active .elementor-button-text:before, #herbs_mobile.active .elementor-button-text:before, #oil_mobile.active .elementor-button-text:before, #sweets_mobile.active .elementor-button-text:before, #gift_mobile.active .elementor-button-text:before, #all_mobile.active .elementor-button-text:before{
		  content: url("https://www.bahaloserver1.com/wkoukianaki2021/wp-content/uploads/2021/09/Group-7099.svg");
		  margin-right: 15.3px;
		  vertical-align: middle;
		  display: inline-table;
		  margin: -10px 15.3px -10px 0;
	  }
#all_mobile.active .elementor-button-text:before{
		  content: url("https://www.bahaloserver1.com/wkoukianaki2021/wp-content/uploads/2021/09/Group-70.svg");
		  margin-right: 15.3px;
		  vertical-align: middle;
		  display: inline-table;
		  margin: -10px 15.3px -10px 0;
		  
	  }
	  
	  
	  
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
@media(min-width: 768px){
	.has-sidebar #content {
		float: left;
		width: 60%;
	}
	.has-sidebar #sidebar {
		float: left;
		width: 40%;
		position: sticky;
		top: 55px;
		z-index: 2;
		background: #fff;
		padding-top: 20px;
		padding-left: 50px;
		box-sizing: border-box;
	}
	.admin-bar.has-sidebar #sidebar {
		top: 87px;
	}
	.container::after {
	    content: "";
	    clear: both;
	    display: table;
	}
}
#sidebar ul {
		padding-left: 0px;
	}
@media (min-width: 960px) {
	.has-sidebar #content {
		float: left;
		width: 70%;
	}
	.has-sidebar #sidebar {
		float: left;
		width: 30%;
	}
	#sidebar ul {
		padding-left: 15px;
	}
}
#sidebar li {
	list-style: none;
	margin-bottom: 20px;
}
#sidebar .widget_recent_entries ul li a {
	font-size: 16px;
	color: #1b7da9;
}
#sidebar .widget-title {
	font-size: 22px;
	font-weight: 400;
	background: #d8e3ea;
	color: #444;
	padding: 6px;
}
#sidebar .post-date {
	display: block;
	font-style: italic;
	font-size: 12px;
}
@media (min-width: 1240px){
	#sidebar .hide-form-element-small{
		display: none;
	}
}
#sidebar li:hover .hide-form-element-small{
	display: block;
	
}

/* 
END GENERAL STYLE
*/

/*
START COMMON LOOP
*/

.pagination {
	margin: 30px 0;
	text-align: center;
}
.pagination a, .pagination span {
	padding: 2px 10px;
	border: 1px solid #444;
	margin: 0 5px;
	color: #444;
}

.page-numbers.current {
	background: #444;
	cursor: default;
	color: #fff;
}
.prev.page-numbers{
	margin-right: 10px;
	border: none;
}

.next.page-numbers{
	margin-left: 10px;
	border: none;
}

.pagination ul li.active a {
	border: 1px solid;
	display: block;
	padding: 0 6.6px;
	pointer-events: none;
}
/*END COMMON LOOP*/




/*START PRODUCT LOOP*/

/*END PRODUCT LOOP*/

/*START SINGLE PRODUCT*/

/*END SINGLE PRODUCT*/




/*START MY ACCOUNT PAGE*/
.woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before {
	content: unset;
}
.woocommerce-account .woocommerce {
	display: flex;
	flex-direction: column;
	margin-top: 35px;
	margin-bottom: 35px;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}
.woocommerce-MyAccount-navigation ul li a {
	padding: 5px 15px;
	background: #f4f4f4;
	display: inline-block;
	border-bottom: none;
	text-decoration: none;
	transition: all 150ms ease-in-out;
	color: #808285;
}
.woocommerce-MyAccount-navigation ul li:hover a {
	color: #000;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	font-weight: 800;
	color: #000;
}
.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{
	float: none;
	width: auto;
}
.woocommerce-account .woocommerce-MyAccount-content {
	background-color: #fff;
	padding: 50px;
	border: 1px solid #dfdfdf;
	border-top: 3px solid #444;
}
.woocommerce-info {
	border-top-color: #808285;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background: #fff;
}
/*END MY ACCOUNT PAGE*/

/*START CART PAGE*/


/*END CART PAGE*/
/*START CHECKOUT PAGE */
.checkout #customer_details .col-1, .checkout #customer_details .col-2 {
	width: 100%;
}

.checkout.woocommerce-checkout {
	display: flex;
	position: relative !important;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	position: absolute;
	bottom: 0;
	right: 0;
}
#customer_details{
	padding-right: 10px;
	box-sizing: border-box;
}
#order_review{
	padding-left: 10px;
	box-sizing: border-box;
}
.select2-container--default .select2-selection--single {
	border-radius: 0;
}
.select2-container .select2-selection--single {
	height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
}

.woocommerce-checkout .cart-subtotal,.woocommerce-checkout .product-total,.woocommerce-checkout .product-name,.woocommerce-checkout .order-total,.select2-results__option, .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;

}
.woocommerce table.shop_table, .woocommerce-checkout #payment,.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	background: #fff;
	border-radius: 0;
	border: 1px solid #aaa;
}
.woocommerce-billing-fields__field-wrapper {
	background: #fff;
	padding: 12px;
	border: 1px solid #aaa;
	box-sizing: border-box;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	color: #000;
}
/*END CHECKOUT PAGE*/



/* 
START FOOTER
*/
#Footer {
	background-color: #444;
	font-size: 14px
}
.menu-is-active #Footer {
	opacity: 0.3;
}
#Footer > .container {
	display: flex;
	padding: 50px 25px;
	justify-content: space-between;
}
@media (min-width: 768px){
	#Footer .container > div {
		margin-right: 40px;
	}
	#footer-sidebar1 {
		max-width: 500px;
	}
}

#Footer .menu {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#Footer .menu li{margin-bottom: 5px;}
#Footer .menu a{padding: 4px 5px;}
#Footer .footer-social .menu a {
	font-weight: 400;
}
#Footer .widget-title {
	margin-bottom: 25px;
	font-size: 22px;
}
#Footer ul.menu li{display: block;margin:0;}
#Footer, #Footer a, #Footer h5 {
	color: #f4f4f4;
}
#Footer a {
	font-size: 14px;
	display: inline-block;
}
#Footer .svg-link {
	margin-right: 15px;
}
#Footer .svg-icon path, #Footer .svg-icon circle {
	fill: #fff;
}
#Footer a:hover {
	color: #000;
}

@media (max-width: 767px){
	#Footer > .container {flex-direction: column}
	#Footer p {text-align: justify;}
}
#copywrite {
	position: relative;
	padding: 10px;
	box-sizing: border-box;
}
#back-to-top {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    font-size: 22px;
    padding: 0;
    cursor: pointer
}
#copywrite p {
	text-align: center;
	font-size: 13px;
	margin: 0;
}
/* 
END FOOTER
*/



/*temp*/
#loop-wrap {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 20px;
}

	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  