.badgeid4149 {
    background-color: #4ac325;
}

a.editme {
  margin-bottom: 10px;
}

.notloggedin #topbanner {
display: none;
}

.c-belowsitetitle{
padding-top: 20px;
font-weight: 300;
font-size: 1.4em;
line-height: 2em;
margin-bottom: 10px;
}

.c-maintitle{
padding-top: 20px;
font-weight: 300;
font-size: 1.6em;
line-height: 2em;
margin-bottom: 10px;
text-align: center;
color: #6fb513;
}

/*price view*/
.horizontalitems .price .pricenovat .value {
        font-size: 1.6em;
        color: red;
        font-weight: 300;
}

.items .detail .price .pricenovat .value {
        font-size: 2em;
        color: red;
        font-weight: 300;
}
.items .detail .price .startprice .value {
        color: #666;
}
/*end of price*/.c-newlogo {
    background-image: url('/cache/files/b137f4b89aed8402e2f2284fdc1d7bdcf0135409.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/b137f4b89aed8402e2f2284fdc1d7bdcf0135409.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/b137f4b89aed8402e2f2284fdc1d7bdcf0135409.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}.cartButton{
  background: #1a1a1a;
  border-radius: 12px;
  margin-top: 0.5em;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 1em;
}

.cartButton span {
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30 px;
  font-weight: bold;
}

.cartButton:hover {
  background-color: #cccccc;
  color: #1a1a1a !important;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}:root {
color-scheme: light dark;
--dark-bg: #333;
--light-bg: white;
--dark-maincolor: #eee;
--light-maincolor: #333;
--dark-borderbottomcolor: #eee;
--light-borderbottomcolor: #333;
--dark-highlight: #b19774;
--light-highlight: #f0f0f0;
--dark-itemborder: #494949;
--light-itemborder: #e1e1e1;
}

#thewhole,
#content {
color: var(--light-maincolor);
color: light-dark(var(--light-maincolor), var(--dark-maincolor));
border-color: var(--light-itemborder);
border-color: light-dark(var(--light-itemborder), var(--dark-itemborder));
background-color: var(--light-bg);
background-color: light-dark(var(--light-bg), var(--dark-bg));
}

#thewhole {
    overflow: visible;
}

#innercontent {
padding-top: 0px;
}

.notloggedin #topmenu, #abovetopbanner, #mobile-header button, .notloggedin #belowsite, .notloggedin #mobile-header .itemsgroup {
display: none;
}

#contenttop {
    max-width: 768px;
    margin: 0 auto;
    font-family: "Geologica", sans-serif;
    font-size: 14px;
}

#topbanner {
    height: 100px;
}

#innertopbanner {
    max-width: 768px;
}

#mobile-header {
    position: relative;
    z-index: 2;
    min-height: 80px;
    box-shadow: none;
    border-bottom: 1px solid;
}

a.mobile-header-startlink {
    height: 60px;
    margin-top: 10px;
}

.p_horizontalcatswidget {
    background-color: var(--light-bg);
    background-color: light-dark(var(--light-bg), var(--dark-bg));
    z-index: 4;
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 10%);
    border-bottom: 1px solid #c4c4c4;
}

.scroll-container > .list {
    font-size: 16px;
    font-weight: 600;
    gap: 4px;
}

.header.p_header-catname {
    border: 0;
    border-bottom: 1px solid var(--light-maincolor);
border-color: light-dark(var(--light-maincolor), var(--dark-maincolor));
color: var(--light-maincolor);
color: light-dark(var(--light-maincolor), var(--dark-maincolor));
    font-size: 16px;
    font-weight: 800;
    margin-top: 20px;
    scroll-margin-top: 60px;
}

.header.p_header-catdesc {
    border: 0;
    font-size: 14px;
    color: #8a8a8a;
}

.notloggedin .c-entry-boxy {
    display: flex;
    flex-direction: row;
}


div.items.menudaki-items div.list h3 {
    color: var(--light-maincolor);
    color: light-dark(var(--light-maincolor), var(--dark-maincolor));
    font-size: 14px;
}

.c-entry-boxy h3 a, div.items div.list .c-entry-boxy h3 a, div.items .c-entry-boxy h3 a {
    color: var(--light-maincolor);
    color: light-dark(var(--light-maincolor), var(--dark-maincolor));
}

div.item {
margin-top: 15px;
    padding: 5px;
    border-bottom: 1px solid #e1e1e1;
    border-bottom: 1px solid light-dark(var(--light-itemborder), var(--dark-itemborder));
color: var(--light-maincolor);
color: light-dark(var(--light-maincolor), var(--dark-maincolor));
}

div.item.lastitem {
    border-bottom: 0px solid #e1e1e1;
}

.textbox .value {
font-size: 14px;
    color: #8a8a8a;
padding-right: 10px;
margin-top: 5px;
}

.price .value {
    display: inline-block;
    padding: 7px 10px;
    background-color: var(--light-highlight);
    background-color: light-dark(var(--light-highlight), var(--dark-highlight));
    border-radius: 7px;
    font-weight: 800;
margin-top: 15px;
}

.itemsrecursecatswrapper .itemsrecursecatswrapper .p_header-catname {
    border-bottom: 1px solid;
    border-color: light-dark(var(--light-maincolor), var(--dark-maincolor));
    scroll-margin-top: 120px;
}

.menudaki-items .photos {
    float: right !important;
    width: 45%;
}

.menudaki-items .photos img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    height: auto;
    border-radius: 10px;
    margin-left: 5px;
}

.p_horizontalcatswidget .sectionentry {
color: var(--light-maincolor);
color: light-dark(var(--light-maincolor), var(--dark-maincolor));
}

.p_horizontalcatswidget .sectionentry.active {
        background-color: var(--light-highlight);
        background-color: light-dark(var(--light-highlight), var(--dark-highlight));
}

.itemsrecursecatswrapper .itemsrecursecatswrapper .p_horizontalcatswidget {
top: 59px;
z-index: 3;
}.notloggedin #mobile-header {
display: none;
}


.c-header-container {
    max-width: 768px;
    margin: 0 -20px;
    position: relative;
}

.c-header-image {
    position: relative;
}

.c-header-image img {
    border-radius: 0px 0px 40px 40px;
}

.c-header-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.c-header-back-button {
    position: absolute;
    top: 20px;
    left: 20px;
}

.c-header-info-button {
display: none;
}

.c-header-back-button span, .c-header-info-button span, .c-header-gallery-button span {
    background-color: white;
    background-color: light-dark(var(--light-bg), var(--dark-bg));
color: var(--light-maincolor);
color: light-dark(var(--light-maincolor), var(--dark-maincolor));
    font-size: 30px;
    padding: 5px;
    border-radius: 50%;
}

.c-header-info-button {
    position: absolute;
    top: 30px;
    right: 30px;
}

.c-header-gallery-button {
    position: absolute;
    top: 80px;
    right: 30px;
}

.c-header-logo {
    margin-top: -80px;
    position: relative;
    text-align: center;
}

.c-header-logo img {
    border-radius: 50%;
    border: 1px solid white;
}

.c-header-quickinfo {
    text-align: center;
}

.c-quickinfo-link a {
    text-decoration: none;
color: var(--light-maincolor);
color: light-dark(var(--light-maincolor), var(--dark-maincolor));
}

.c-quickinfo-link a span {
    position: relative;
    top: 6px;
}

.c-map-icon {
    margin-bottom: 10px;
}

.c-map-icon span {
    color: #cf0000;
}

.c-phone-icon span {
    color: #f4b800;
}

a {
    color: inherit;
}.c-banners-header {
    margin: 0px -10px 20px;
}

.c-banner {
    padding-right: 10px;
}

.c-banners-slider video, .c-banners-slider img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.c-banner:last-child {
    padding-right: 0px;
}.c-chef-box {
    display: inline-block;
    width: 30%;
    text-align: center;
}

.c-chef-text {
    font-size: 16px;
}

.c-chef-proteinei-container {
    display: flex;
    margin-bottom: 20px;
}

.c-chef-image img {
   border-radius: 10px;
}

.c-piata-chef {
    width: 68%;
    margin-left: 2%;
    display: inline-block;
}

.c-image-piato img {
    width: 100%;
    height: auto;
    border-radius: 10px;
aspect-ratio: 4 / 3;
    object-fit: cover;
}

.c-piata-box {
    padding-right: 10px;
    cursor: pointer;
}

.c-piata-box:last-child {
    padding-right: 0px;
}

.c-desc-boxy {
    padding-top: 7px;
}

.c-title-piato {
color: light-dark(var(--light-maincolor), var(--dark-maincolor));
}

.c-desc-piato {
    color: #8a8a8a;
    max-width: 80%;
}

.c-price-piato span {
    display: inline-block;
    padding: 7px 10px;
    background-color: var(--light-highlight);
    background-color: light-dark(var(--light-highlight), var(--dark-highlight));
    border-radius: 7px;
    font-weight: 800;
    margin-top: 15px;
}

.c-topheader-title {
    margin-bottom: 10px;
}

.c-skoufos-icon {
    display: inline-block;
/*    background: #b19774;*/
    padding: 5px;
    border-radius: 50%;
    border: 1px solid white;
    margin-right: 5px;
}

.c-skoufos-icon img {
    width: 20px;
    height: auto;
  animation-name: rotate;
  animation-duration: 2s;
    transform: rotate(0deg);
  animation-iteration-count: infinite;

}

@keyframes rotate {
  0%   {    transform: rotate(0deg);}
  50% {    transform: rotate(15deg);}
  100% {    transform: rotate(0deg);}
}