/* New Vista Template File */

:root {
  --main-color: #ff4d4d;
  --secondary-color: #69AAAF;
  --green-color: #52DCCE;
  --light-green-hue: #E0E7D7;
  --neutral-background: #f4f4f4;
  --border-color: #ddd;
  --text-color: #675F61;
  --light-text-color: #ffffff;
  --heart-red-color: #ff4d4d;
}


.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

input, select, textarea {
    padding: 6px;
    border-radius: 8px;
}

a, button, [role="button"], input, label, select, textarea {
	touch-action: manipulation;
}

* {
    box-sizing: border-box;
    font-family: sans-serif, roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    line-height: 1.5;
    font-size: 17px;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    color: var(--text-color);
}

h1 {
  letter-spacing: -1px;
  font-kerning: normal;
  font-weight: 900;
}

h2 {
  letter-spacing: -0.8px;
  font-kerning: normal;
}

h3 {
  letter-spacing: -0.6px;
  font-kerning: normal;
}

h4 {
  letter-spacing: -0.3px;
  font-kerning: normal;
}

h5 {
  letter-spacing: -0.2px;
  font-kerning: normal;
}

h6 {
  letter-spacing: 0px;
  font-kerning: normal;
}

.row {
    min-width: 100%;
    vertical-align: top;
}
.column {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    margin-right: 20px;
}
.column:last-child {
    margin-right: 0;
}

/* styles.css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

header {
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

p {
    margin-bottom: 1rem;
}

ul, ol {
    margin: 2rem;
}

li {
    margin-bottom: .5rem;
}

/* Hero Section */
.hero-section {
    position: relative;
    height: 60vh; /* Ύψος 70% του viewport */
    background-image: url('big-banner-koukouta.png'); /* Προσθήκη εικόνας φόντου */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--light-text-color);
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Overlay για καλύτερη αναγνωσιμότητα */
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 2rem;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-content p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.hero-cta {
    display: inline-block;
    padding: 0.8rem 2rem;
    background: #ff4d4d;
    color: var(--light-text-color);
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2rem;
    transition: background 0.3s ease;
}

.hero-cta:hover {
    background: #e04343;
}

/* Γραμμή Αναζήτησης */
.search-bar {
	background-color: var(--neutral-background);
	text-align: center;
	padding: 10px;
	padding-top: 0;
}

.search-bar input {
	width: 100%;
	max-width: 400px;
	padding: 10px 20px 12px 20px;
	border: none;
	border-radius: 0 0 16px 16px;
	background-color: #ffe6d4;
}

.search i {
	position: relative;
	right: 30px;
	top: 1px;
	bottom: 0;
	font-size: 14px;
	margin-top: auto;
	margin-bottom: auto;
	color: #a8acb0;
}

/* Γραμμή Ανακοινώσεων */
.announcement-bar {
	background: var(--main-color);
	color: var(--light-text-color);
	text-align: center;
	padding: 0.6rem;
	border-top: 1px solid lightgray;
	border-bottom: 1px solid #ffe6d4;
}

/* Γραμμή Μενού */
.menu-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
	max-width: 1200px;
	margin: 0 auto;
	max-height: 3em;
}

.logo {
	padding: 5px;
	border-radius: 20px;
	background: #f1f1f1;
	position: absolute;
	top: 14px;
	left: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	rotate: -2deg;
}

.logo img {
    width: 120px;
    height: auto;
}

.logo-stiches {
	padding: 8px;
	border: 3px dashed var(--main-color);
	border-radius: 20px;
}

.nav-links {
    display: flex;
    list-style: none;
}

.nav-links li {
    /*
    margin-left: 2rem;
    position: relative; 
    */
}

.nav-links a {
	margin: 0 1rem;
	position: relative;
	text-decoration: none;
	color: var(--text-color);
	text-wrap: nowrap;
}

/* Βέλος για τα .has-submenu */
.has-submenu .submenu-toggle::after {
    content: '▼';
    display: inline-block;
    margin-left: 0.3rem;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.has-submenu .submenu.active + .submenu-toggle::after {
    transform: rotate(180deg);
}

/* Υπομενού */
.has-submenu .submenu {
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	border-radius: 0 0 5px 5px;
	width: 90vw;
	max-width: 1300px;
	z-index: 1001;
	list-style: none;
	padding: 30px;
	margin: 0;
	transition: all .25s ease-in-out;
}

.has-submenu .submenu.active {
    display: block;
	visibility: visible;
}

/* Περιγραφή στην κορυφή του υπομενού */
.submenu .submenu-description {
	padding: 0.5rem 1rem;
	/* color: var(--text-color); */
	font-size: 1.06em;
	font-weight: 600;
	text-align: center;
}

/* Χώρος για την εικόνα και τις επιλογές */
.submenu .submenu-content {
    display: flex;
    align-items: stretch;
}

/* Χώρος για την εικόνα */
.submenu .submenu-image {
    flex: 0 0 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submenu .submenu-image img {
    max-width: 100%;
    max-height: 150px;
    object-fit: cover;
    /*
    display: none;
    */
}

/* Κάθε επιλογή του υπομενού */
.submenu .submenu-items {
    flex: 1;
}

.submenu .submenu-item {
    position: relative;
    border-bottom: 1px solid #eee;
}

.submenu .submenu-item:last-child {
    border-bottom: none;
}

.submenu .submenu-item a {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--text-color);
    text-decoration: none;
}

.submenu .submenu-item a:hover,
.submenu .submenu-item a:focus {
    background: #f5f5f5;
}

.menu-icons, .menu-spacer {
	display: flex;
	align-items: center;
	flex-basis: 0;
	justify-content: flex-end;
	position: relative;
	min-width: 158px;
}

.menu-icons a {
	position: relative;
	text-decoration: none;
	color: var(--text-color);
	padding: 4px 9px 4px 9px;
	border-radius: 50%;
	margin-left: 5px;
}

.menu-icons a:hover {
  background-color: #f2f2f2;
}

.icon {
    margin-left: 1rem;
    font-size: 1.2rem;
}

.menu-toggle {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Στυλ για το πλήκτρο Επιστροφής στην Κορυφή */
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ff4d4d;
    color: var(--light-text-color);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease;
}

.scroll-to-top:hover {
    background: #e04343;
}

.scroll-to-top.visible {
    display: block;
}

/* Είδος */
main > .product {
    display: flex;
    padding: 40px 0;
    flex-direction: column;
}

main > .product .product-imgs {
    flex: 1;
    padding: 15px;
}

main > .product .product-img-large {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
}

main > .product .product-img-large img, main > .product .product-img-small img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

main > .product .product-small-imgs {
    display: flex;
    flex-flow: wrap;
}

main > .product .product-small-imgs .product-img-small.selected {
    border: 1px solid #c8c8c8;
}

main > .product .product-small-imgs .product-img-small {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 31%;
    border: 1px solid #EEEEEE;
    cursor: pointer;
    margin: 20px 12px 0 0;
}

main>.product .price, .price, main .recentlyadded .products .product .price, main .products .products-wrapper .product .price {
    color: #058a7f;
}

main>.product .product-wrapper {
    padding-left: 25px;
    padding-right: 20px;
    flex: 1;
}

main > .product h1 {
    font-size: 34px;
    font-weight: normal;
    font-kerning: normal;
    letter-spacing: -1.3px;
    margin: 0;
    padding: 20px 0 10px 0;
}

main > .product form {
    display: flex;
    flex-flow: column;
    margin: 25px 0 40px 0;
}

main > .product form label {
    padding-bottom: 10px;
}

main > .product form select, main > .product form input[type="number"], main > .product form input[type="text"], main > .product form input[type="datetime-local"] {
    width: 400px;
    padding: 8px 10px;
    margin-bottom: 15px;
    border: 1px solid #d5d5d5;
    color: #555555;
    border-radius: 4px;
    background-color: #fff;
}

main > .product form .btn {
    margin-top: 10px;
    width: 400px;
    text-transform: uppercase;
}

.btnnext {
    border-radius: 28px 56px 30px 46px;
}

.btngreen {
    background: #009688;
    color: #FFFFFF;
}

.btngreen:hover {
    background: #7ed1a1;
}


/* Τμήμα Κατηγοριών */
.categories-section, .content-section {
    /* max-width: 1200px; */
    margin: 2rem 8vw;
    padding: 0 1rem;
}

.categories-section h2, .content-section h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: var(--text-color);
}

.grid-container, .subcategories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.grid-container a, .subcategories a {
    text-decoration: none;
}

.grid-item, .subcategory, .product-container {
	background: #fff;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	position: relative;
	padding: 1rem 0;
}

.image-wrapper, .subcategory-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.image-wrapper img, .subcategory-image img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position: center;
}

.grid-item h3, .grid-item .product-name, .product-container a h3, .subcategory h3, .subcategory .subcategory-title {
    padding: 1rem;
    text-align: center;
    color: var(--text-color);
    margin-top: 2em;
    flex-grow: 1;
}

.product-container a h3 {
    height: 6em;
}

.item-card {
    position: relative;
    padding-bottom: 1rem;
}

footer .item-card li {
    text-decoration: none;
    list-style-type: none;
    coursor: pointer;
}

footer a {
    color: var(--text-color);
    text-decoration: none;
    coursor: pointer;
}

footer {
    color: var(--text-color);
}

.label {
	position: absolute;
	padding: 0.3rem 0.6rem;
	color: var(--light-text-color);
	font-size: 0.9rem;
	font-weight: bold;
	border-radius: 3px;
	left: 0px;
}

.out-of-stock {
	background: var(--heart-red-color);
	top: 6px;
}

.discount, .discount-label {
    background: var(--green-color);
	top: 44px;
}

.favorite-heart, .favorite-link {
	position: absolute;
	top: -3px;
	right: 6px;
	font-size: 1.5rem;
	cursor: pointer;
	color: var(--text-color);
}

.favorite-heart.active, .is-favorite {
    color: var(--heart-red-color);
}

.price {
	text-align: center;
    color: var(--text-color);
	font-weight: bold;
}

.price .rrp {
    color: var(--heart-red-color);
	margin-left: 0.5rem;
	text-decoration: line-through;
	font-size: smaller;
}

.rating {
    text-align: center;
    margin: 0.5rem 0;
}

.star {
    font-size: 1.2rem;
}

.star.full {
    color: #f1c40f;
}

.star.half {
    color: #f1c40f;
    position: relative;
}

.star.half::before {
    content: '☆';
    position: absolute;
    color: var(--text-color);
}

.star.empty {
    color: var(--text-color);

}

.add-to-cart {
    display: block;
    width: 80%;
    margin: 0.5rem auto;
    padding: 0.5rem;
    background: #ff4d4d;
    color: var(--light-text-color);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s ease;
}

.add-to-cart:hover {
    background: #e04343;
}

.add-to-cart:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.section-title {
	display: block;
	position: relative;
    text-align: center;
	margin: 20px 0;
    color: var(--text-color);
	padding: 30px 0 30px 0;
}

.section-title span {
	font-size: x-large;
}

.section-title span > i {
	font-size: x-large;
	color: var(--secondary-color);
	font-style: italic;
}


/* Ενημέρωση για να απλωθεί το grid όταν το sidebar αφαιρεθεί */
.items-content {
    /* flex-direction: column; */ /* Αν υπάρχει, μπορεί να αφαιρεθεί ή να προσαρμοστεί */
    /* gap: 2rem; */ /* Μπορεί να παραμείνει ή να αφαιρεθεί ανάλογα με άλλες χρήσεις */
    display: block; /* Αλλάζουμε από flex σε block για να καταλάβει το διαθέσιμο πλάτος */
}

.filter-toggle {
    display: none !important; /* Κρύβουμε και το κουμπί που το ανοιγει */
    width: 100%;
    padding: 0.5rem;
    background: #ff4d4d;
    color: var(--light-text-color);
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    margin-bottom: 1rem;
}

.filters-sidebar {
    display: none !important; /* Κρύβουμε εντελώς το sidebar */
    flex: 0 0 250px;
    background: #f9f9f9;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.filters-sidebar h3 {
    margin-bottom: 1rem;
    color: var(--text-color);
}

.filter-group {
    margin-bottom: 1.5rem;
}

.filter-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-color);
}

.filter-group select,
.filter-group input[type="checkbox"] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid var(--border-color);
    border-radius: 5px;
}

.price-range input[type="range"] {
    width: 100%;
    margin: 0.5rem 0;
}

.price-values {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: var(--text-color);
}

.filter-buttons {
    display: flex;
    gap: 1rem;
}

.apply-filters,
.reset-filters {
    flex: 1;
    padding: 0.5rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

.apply-filters {
    background: #ff4d4d;
    color: var(--light-text-color);
}

.apply-filters:hover {
    background: #e04343;
}

.reset-filters {
    background: #ccc;
    color: var(--text-color);
}

.reset-filters:hover {
    background: #b3b3b3;
}

/* Διασφαλίζουμε ότι το grid-container-wrapper και products-container καταλαμβάνουν το 100% */
.grid-container-wrapper, .products-container {
    flex: none; /* Αφαιρούμε το flex: 1 αν υπήρχε, καθώς δεν είμαστε σε flex container πλέον */
    width: 100%;
    margin-bottom: 30px;
}

/* Διόρθωση για τα grid items αν το .product-container έχει επίσης το .items-content */
/* Το .items-content χρησιμοποιείται ήδη ως wrapper, οπότε ένα product-container δεν πρέπει να το έχει */
.grid-item {
    /* Εάν το .product-container είχε προηγουμένως display: flex, βεβαιώσου ότι δεν επηρεάζει την εμφάνιση */
    /* Το .grid-item πρέπει να είναι απλά ένα block στοιχείο μέσα στο grid */
    display: flex; /* Διατηρείται το flex για τα εσωτερικά στοιχεία του product card */
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    padding: 1rem 0;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
}

footer {
    text-align: center;
    padding: 1rem;
    background: #f5f5f5;
    margin-top: 2rem;
}

.slider {
    margin-bottom: 30px;
}

.mySlides {
    display: none;
}

.animate-opacity {
    animation: opac 0.8s;
}

#scrolltop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	padding: 30px;
	background-color: #5f9ea0aa;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAe1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////NgkbwAAAAKHRSTlMAAQIDDRITFBcdHh8gIyQlJjdDREx1d4CCg4WXmpu5urzZ6e3v+fv9pStiuwAAAI9JREFUOE/dylkWgkAMRNFqUXEW53kC1Ox/hWKOtG3SZgHkq3LuAxp4q7xv+oboPrDdLNiNYktkFt7/FIFHix+viqHwHYkThffr7Bkrvp4gixT7wIHsURcj6ZeE/6kopMtirTwsUuCmHZjUxRxIS17n0H1xctXultqB8bs4Ot6dQjsXB/fZ7WVLOdBbODTmXgKJJx7c/fm3AAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	z-index: 9999;
	transition-timing-function: ease-in-out;
	border-radius: 50px;
}

#comms {
    display: block;
}

#scrolltop {
    display: none;
}

.cookieconsent{
    position: fixed;
    padding: 20px;
    left: 0;
    bottom: 0;
    background-color: #515151;
    color: #dfdfdf;
    text-align: center;
    width: 100%;
    z-index: 99999;
}

.products-header {
    display: none;
}

.buttons {
    border-radius: 10px;
    padding: 18px 20px;
    background-color: var(--neutral-background);
    border: 1px solid var(--border-color);
    margin: 30px 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.buttons span {
	border-left: 1px solid var(--border-color);
	background-color: var(--green-color);
	padding: 8px;
	color: var(--light-text-color);
	text-decoration: none;
}

#totals-info {
    background-color: var(--neutral-background);
    color: var(--text-color);
    border: none;
}

.btn {
    margin: 0px;
    padding: 8px;
    transition: 0.2s;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--green-color);
    color: var(--light-text-color);
}

.btn i {
	color: var(--light-text-color);
	font-weight: bolder;
}

.btn:hover {
    background: #25b3a1b6;
}

.btnprev {
    border-radius: 20px 0 0 20px;
    padding-left: 1em;
}

.btnnext {
	border-radius: 0 20px 20px 0;
	padding-right: 1em;
	border-left: 1px solid var(--border-color);
}

/*** Codeshack Modals ********/  
.modal {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 999999;
	align-items: center;
	justify-content: center;
}

.modal-logo {
    height: 62px;
    width: auto;
    background: transparent;
}

.modal .container {
	display: flex;
	flex-flow: column;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.03);
	border-radius: 4px;
}

.modal .container.zoom {
	transform: scale(0.5);
}

.modal .container.slide {
	transform: translateY(-1000px);
}

.modal .container .header {
	display: flex;
	padding: 20px;
	font-weight: 600;
	justify-content: space-between;
	border-bottom: 1px solid #e6e9ec;
	align-items: center;
}

.modal .container .header h1 {
	font-weight: 500;
	color: #4d4d4d;
	padding: 0;
	margin: 0;
}

.modal .container .header button {
	appearance: none;
	border: none;
	background: transparent;
	cursor: pointer;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 4px;
	color: #9a9a9a;
}

.modal .container .header button:hover {
	color: #676767;
}

.modal .container .content {
	padding: 20px 15px;
	flex: 1;
}

.modal .container .content .prompt-input input {
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #e6e9ec;
	margin-top: 15px;
	width: 100%;
}

.modal .container .footer {
	border-top: 1px solid #e6e9ec;
	background-color: #f9fafc;
	padding: 15px;
	display: flex;
	border-radius: 4px;
}

.modal .container .footer button {
	display: inline-flex;
	appearance: none;
	border: none;
	/* background-color: #3a75d5; */
	color: #ffffff;
	/* border-radius: 4px; */
	padding: 7px 12px;
	font-size: 14px;
	margin-right: 7px;
	cursor: pointer;
}

.modal .container .footer button:last-child {
	margin-right: 0;
}

.modal .container .footer button:hover {
	/* background-color: #326fd3; */
}

.modal .container .footer button.alt {
	font-weight: 500;
	background-color: #dadbdd;
	color: #606266;
}

.modal .container .footer button.alt:hover {
	background-color: #d5d6d8;
}

.modal .container .footer button.right {
	margin-left: auto;
}

.modal.small .container {
	width: 400px;
}

.modal.medium .container {
	width: 600px;
}

.modal.large .container {
	width: 900px;
}

.modal.full .container {
	width: 100%;
	height: 100%;
}

.modal.open {
	display: flex;
}

.modal.open .container.zoom {
	transform: scale(1);
	transition: all 0.2s ease;
}

.modal.open .container.slide {
	transform: translateY(0);
	transition: all 0.5s ease;
}

/*** Codeshack Modals End ****/

.myaccount .form-label {
    display: block;
    padding: 0;
    margin-bottom: 6px;
}

.myaccount .form-field {
    width: 100%;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 18px;
    padding: 15px 5px;
}

.social-buttons {
    text-decoration: none;
    color: var(--light-text-color);
    display: inline-flex;
    height: 40px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 6px;
}

.social-buttons span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    font-weight: bold;
    font-size: 14px;
}

.social-buttons i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.fb {
    background-color: #00579f;
}

.ig {
    background-color: #4BB4F8;
}

.tt {
    background-color: #FE2C55;
}

#comms {
    position: fixed;
    bottom: 86px;
    right: 15px;
    padding: 16px;
    color: #ffffff;
    background-color: #eb654caa;
    display: block;
    z-index: 9999;
    transition-timing-function: ease-in-out;
    border-radius: 50px;
    line-height: 0px;
}

#comms i {
    font-size: 28px;
    font-weight: bold;
}

.chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    border-radius: 25px;
    color: #303030;
    background-color: #fcfcfc;
    box-shadow: 0px 1px 16px #a9a9a94f;
    margin: 6px;
}

.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 3px solid #fcfcfc;
}

footer a#author {
    white-space: nowrap;
}

.payment_options {
    margin: 30px;
}

.newsletter fieldset {
    border: none;
    margin: 12px 0 30px 0;
}

.newsletter fieldset input {
    border-radius: 1rem 0 0 1rem;
    border-right: thin;
    border: 1px solid #d5d5d5;
    /* border-radius: 4px; */
    background-color: #fff;
    margin-bottom: 18px;
    padding: 7px;
}

.content-section {

}

.content-wrapper {
    /* width: 1050px; */
    margin: 0 auto;
    width: 100%;
    padding: 0 40px;
}

.loyalty-program-points-indicator {
    display: flex;
    justify-content: space-between;
    padding: 6px 12px;
    box-shadow: 0px 0px 2px 0px #d4d4d4;
    background-color: #fcfcf8;
    border-radius: 8px;
}

.loyalty-program-points-indicator i {
    font-size: xx-large;
    color: gold;
    text-shadow: 1px 1px 1px goldenrod;
    padding: 0 6px;
    vertical-align: middle;
    rotate: -9deg;
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popup .popuptext {
    visibility: hidden;
    width: 412px;
    background-color: #ffffee;
    color: #333333;
    text-align: center;
    border-radius: 6px;
    padding: 8px 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    right: -70px;
    margin-left: -250px;
    border: solid #d4d4d4;
}

.popup .popuptext::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 70%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #d4d4d4 transparent transparent transparent;
}

main .myaccount {
    display: flex;
    flex-flow: wrap;
}

main .checkout h1, main .myaccount h1 {
    display: block;
    /* font-weight: normal; */
    margin: 0;
    padding: 40px 0;
    font-size: 24px;
    text-align: center;
    width: 100%;
}

main .myaccount h2 {
    width: 100%;
    font-weight: normal;
    font-size: 20px;
    padding: 30px 0 20px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid var(--border-color);
}

main .myaccount h3 {
    width: 100%;
    /* font-weight: normal; */
    font-size: 17px;
    padding: 30px 0 20px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid var(--text-color);
}

main .myaccount h4 {
    width: 100%;
    /* font-weight: normal; */
    font-size: 16px;
    padding: 30px 0 20px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid var(--text-color);
}

main .myaccount h5 {
    width: 100%;
    /* font-weight: normal; */
    font-size: 15px;
    padding: 30px 0 20px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid var(--text-color);
}

main .myaccount h6 {
    width: 100%;
    /* font-weight: normal; */
    font-size: 14px;
    padding: 30px 0 20px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid var(--text-color);
}

main .myaccount .menu {
    padding-right: 35px;
    width: 300px;
}

main .myaccount .menu a {
    display: block;
    text-decoration: none;
    color: #888888;
    padding: 12px;
    border-bottom: 1px solid #f6f6f6;
    border-radius: 8px;
}

main .myaccount .menu a:hover {
    background: var(--secondary-color);
    color: var(--light-text-color);
}

main .myaccount .myorders, main .myaccount .mydownloads, main .myaccount .settings, main .products {
    flex: 1;
    padding-bottom: 6px;
}

main .myaccount .myorders .order, main .myaccount .myfavorites .product {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    margin: 30px 0 30px 0;
}

main .myaccount .myorders .order .order-header, main .myaccount .myfavorites .product .product-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f6f6f6;
    background-color: var(--neutral-background);
}

main .myaccount .myorders .order .order-header > div, main .myaccount .myfavorites .product .product-header > div {
    display: flex;
    padding: 15px;
}

main .myaccount .myorders .order .order-header > div div, main .myaccount .myfavorites .product .product-header > div div {
    padding-right: 35px;
}

main .myaccount .myorders .order .order-header > div div span, main .myaccount .myfavorites .product .product-header > div div span {
    display: block;
    font-size: 14px;
}

main .myaccount .myorders .order .order-header > div div:last-child, main .myaccount .myfavorites .product .product-header > div div:last-child {
    padding-right: 0;
}

main .myaccount .myorders .order .order-items, main .myaccount .myfavorites .product .product-details {
    padding: 15px;
}

main .myaccount .myorders .order .order-items table, main .myaccount .myfavorites .product .product-details table {
    margin: 0;
    padding: 0;
    width: 100%;
}

main .myaccount .myorders .order .order-items img, main .myaccount .myfavorites .product .product-details img {
    width: 120px;
    height: 120px;
    aspect-ratio: auto 120 / 120;
}



main .cart table, main .myaccount table {
    width: 100%;
}

main .cart table tbody td, main .myaccount table tbody td {
    padding: 20px 0 20px 6px;
    border-bottom: 1px solid var(--border-color);
}

main .cart table thead td:last-child, main .myaccount table thead td:last-child {
    text-align: right;
}

main .cart table thead td, main .myaccount table thead td {
    padding: 30px 0;
    border-bottom: 1px solid #EEEEEE;
}

element.style {
    text-align: center;
}

main .cart .total, main .myaccount .total {
    text-align: right;
    padding: 30px 0 40px 0;
}

main .cart .total .text, main .myaccount .total .text {
    padding-right: 40px;
    font-size: 18px;
}

main .cart .total .note, main .myaccount .total .note {
    display: block;
    padding-top: 15px;
}

.pad-3 {
    padding: 15px;
}

.soc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    color: #FFFFFF;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    height: 38px;
}

.fa-facebook-f {
    --fa: "\f39e";
}

.fa-brands, .fab {
    font-weight: 400;
}

.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
}

.fa, .fa-brands, .fa-regular, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fb {
    background-color: #00579f;
}

.tw {
    background-color: #17ADEA;
}

b, strong {
    font-weight: bolder;
}

main .checkout .shipping-details {
    padding: 0 20px;
    background: #d3d3d350;
}

main .checkout .cart-details, main .checkout .shipping-details {
    width: 90%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin-left: 25px;
    margin-bottom: 50px;
    background: #d3d3d323;
}

main .checkout .shipping-details {
    margin-right: 25px;
    width: 100%;
}

main .checkout .shipping-details, main .myaccount .shipping-details {
    width: 600px;
    display: flex;
    flex-flow: wrap;
    padding-bottom: 40px;
}

main .checkout .shipping-details label, main .myaccount .shipping-details label {
    display: block;
    padding: 15px 0 10px 0;
}

.form-field {
    margin-bottom: 18px;
    padding: 15px 5px;
}

.form-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background-color: #fff;
}

button, select {
    text-transform: none;
}

button, input, select, textarea, optgroup {
    font: inherit;
    margin: 0;
}

main .checkout .container {
    display: flex;
    align-items: flex-start;
    padding: 0;
}

main .checkout .shipping-details .row1, main .myaccount .shipping-details .row1 {
    padding-right: 10px;
}

main .checkout .shipping-details .row1, main .checkout .shipping-details .row2, main .myaccount .shipping-details .row1, main .myaccount .shipping-details .row2 {
    width: 50%;
    display: inline-block;
}

main .checkout .shipping-details h2:first-child, main .myaccount .shipping-details h2:first-child {
    padding: 20px 0 20px 0;
}

main .myaccount .cart-details h2, main .checkout .shipping-details h2 {
    margin: 0;
    padding: 23px 15px;
    font-weight: 500;
    border-bottom: 1px solid #EEEEEE;
}

main .checkout .shipping-details h2, main .myaccount .cart-details h2 {
    width: 100%;
    font-weight: normal;
    font-size: 20px;
    padding: 30px 0 20px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #EEEEEE;
}

main .checkout .cart-details, main .checkout .shipping-details {
    width: 90%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin-left: 25px;
    margin-bottom: 50px;
    background: #d3d3d323;
}

main .checkout .cart-details h2 {
    margin: 0;
    padding: 23px 15px;
    font-weight: 500;
    border-bottom: 1px solid #EEEEEE;
}

main .checkout .cart-details table {
    width: 100%;
    padding: 20px;
}

main .checkout .cart-details table td {
    padding: 5px;
}

main .checkout .cart-details h2 {
    margin: 0;
    padding: 23px 15px;
    font-weight: 500;
    border-bottom: 1px solid #EEEEEE;
}

main .checkout .cart-details table .price { 
    text-align: right;
    font-weight: 500;
}

main .checkout .cart-details .shipping-methods, main .checkout .cart-details .payment-methods-container, main .checkout .cart-details .discount-code, main .checkout .cart-details .loyalty-program-container {
    border-top: 1px solid #EEEEEE;
    padding: 23px;
}

main .checkout .payment-methods {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    justify-content: space-between;
}

main .checkout .cart-details .summary {
    border-top: 1px solid #EEEEEE;
    padding: 23px 0;
}

main .checkout .cart-details .total {
    border-top: 1px solid #EEEEEE;
    display: flex;
    justify-content: space-between;
    padding: 23px;
    font-size: 18px;
    font-weight: 500;
}

main .checkout .cart-details .buttons {
    margin: 0 23px 23px 23px;
}

main .checkout .container {
    display: flex;
    align-items: flex-start;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 400;
    margin: 10px 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

/* Responsive Design για Συσκευές */
@media (max-width: 768px) {
    a {
        text-decoration: none;
    }
    
    .content-wrapper {
        /* width: 1050px; */
        margin: 0 auto;
        width: 100%;
        /* padding: 0 40px; */
    }
    
    .search-bar {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
    .search-bar input {
        margin-left: 7.6rem;
        margin-right: 2.2rem;
    }
    .announcement-bar {
        display: none;
    }

    .menu-bar {
        padding: 0.5rem;
    }

    .logo img {
        width: 80px;
        height: auto;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        padding: 1rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        margin: 1rem 0;
    }

    /* Υπομενού σε mobile */
    .has-submenu .submenu {
        position: static;
        transform: none;
        width: 100%;
        max-width: none;
        box-shadow: none;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .submenu .submenu-description {
        display: none;
    }

    .submenu .submenu-content {
        flex-direction: column;
    }

    .submenu .submenu-image {
        display: none;
    }

    .submenu .submenu-item a {
        padding-left: 1rem;
    }

    .menu-toggle {
        display: block;
        margin-left: 1rem;
    }

    .menu-icons {
        display: flex;
        align-items: center;
    }
    
    .buttons {
        border: none;
        background: transparent;
        text-align: center;
        display: flex;
        justify-content: space-around;
        align-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .grid-container, .subcategories {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .image-wrapper, .subcategory-image {
        height: 150px;
    }

    .items-content, .product-container {
        flex-direction: column;
    }

    .filter-toggle {
        display: block;
    }

    .filters-sidebar {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 2000;
        padding: 2rem;
        overflow-y: auto;
    }
    
    /* Κρύβουμε εντελώς το sidebar και το toggle button */
    .filters-sidebar, .filter-toggle {
        display: none !important;
    }

    .filters-sidebar.active {
        display: block;
    }

    .filter-buttons {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    main .checkout .container, main .myaccount .container {
        flex-flow: column;
    }

}

