body {
overflow-x: hidden;
}


:root {
--primary: #00b0bd;
--second: #ee325c;
--black: #222222;
--yelow: #e9ce5f;
}


/* SCROLL BAR */

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-track {
  background: transparent; 
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary); 
  border-radius: 6px;
  border: 2px solid var(--primary);  
}

body::-webkit-scrollbar-thumb:hover {
  background-color: var(--second); 
  border: 2px solid var(--second);
}

/* END SCROLL BAR */

/*MOBILE TOP BANNER*/

.mobile-header {
box-shadow: none;
    display: flex;
    justify-content: space-between;
}


/*menu button*/

.header__menu-toggle {
  position: relative;
  z-index: 0;
  margin-left: 10px;
  font-size: 30px;
  color: #fff !important;
  display: inline-block;
}

/* background */
.header__menu-toggle::before {
  content: "";
  width: 190px;
  height: 50px;
  position: absolute;
  top: -12px;
  left: -20px;
  border-radius: 30px 30px 0 30px;
  z-index: -1;
  background: linear-gradient(
    90deg,
    var(--second) 0%,
    var(--second) 33.333%,
    #222 33.333%,
    #222 66.666%,
    var(--primary) 66.666%,
    var(--primary) 100%
  );
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: background-position 0.6s cubic-bezier(.76,0,.24,1);
}

.header__menu-toggle:hover::before {
  background-position: 100% 0%;
}

.header__menu-toggle::after {
  content: "Προϊόντα";
  font-family: Ubuntu, sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: 3px;
  left: 40px;
  color: #fff;
  z-index: 1;
  white-space: nowrap;
  pointer-events: none;
}


@media (max-width: 600px) {
.header__menu-toggle::before {
  width: 50px;
left: -14px;
}
  .header__menu-toggle::after {
    content: none;
  }
}

/*end of menu button*/

.c-mobile-header-right-buttons {
display: flex;
gap: 10px;
align-items: center;
}
@media (max-width: 530px) {
.c-mobile-header-right-buttons {
display: none;
}
}

.c-mobile-header-right-buttons a{
text-decoration: none;
display: flex;
gap: 10px;
align-items: center;
}

.c-mobile-header-right-buttons a p{
margin-bottom: 0px;
font-size: 0.9em;
}

@media (max-width: 1000px) {
.c-mobile-header-right-buttons a p{
display: none;
}
}

.c-mobile-header-right-buttons a img{
height: 30px;
width: auto;
}

/*END OF MOBILE TOP BANNER*/



/*MOBILE MENU*/


/*close button*/

.side-nav__hide {
  z-index: 0;
  font-size: 26px!important;
  color: #fff !important;
top: 25px;
left: auto;
right: 30px;
font-weight: 900;
}

.side-nav__hide::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: -7px;
  left: -7px;
  border-radius: 30px;
  z-index: -1;
  background: linear-gradient(
    90deg,
    var(--second) 0%,
    var(--second) 33.333%,
    #222 33.333%,
    #222 66.666%,
    var(--primary) 66.666%,
    var(--primary) 100%
  );
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: background-position 0.6s cubic-bezier(.76,0,.24,1);
}

.side-nav__hide:hover::before {
  background-position: 100% 0%;
}
/*end of close button*/


/*mobile menu footer*/

.side-nav__footer {
    box-shadow: none;
    padding: 20px;
}

.c-mobile-menu-footer-buttons {
display: flex;
gap: 10px;
align-items: center;
justify-content: center;
}


.c-mobile-menu-footer-buttons a{
text-decoration: none;
display: flex;
gap: 10px;
align-items: center;
}

.c-mobile-menu-footer-buttons a img{
height: 30px;
width: auto;
}

.c-mobile-menu-footer-buttons a p{
margin-bottom: 0px;
font-size: 14px;
}
@media (max-width: 800px) {
.c-mobile-menu-footer-buttons a p{
display: none;
}
}

/*end of mobile menu footer*/

.side-nav ul li {
margin-bottom: 0px;
}

.side-nav ul li:hover {
box-shadow: 0px 0px 20px #3333333d;
    border-radius: 30px;
}

.side-nav ul li a {
    border-radius: 30px;
    transition: 0.5s;
}
.side-nav ul li:hover a{
letter-spacing: 2px;
}

.side-nav ul li a span img{
position: absolute;
right: 3vw;
top: 10px;
opacity: 0;
box-shadow: 0px 0px 20px #33333330;
    border-radius: 30px;
width: 30vw;
height: auto;
    transition: 0.5s;
}

.side-nav ul li a:hover span img{
opacity: 1;
}

.side-nav--visible .side-nav__container  {
    max-width: 100%;
width: 94%;
height: 96%;
border-radius: 3vw;
top: 2%;
    left: 3%;
}

.side-nav__content {
    padding: 3vw;
position: relative;
}

.side-nav__content:before {
    width: 27vw;
height: 27vw;
content: "";
    position: absolute;
top: 0;
right: 3vw;
background-image: url('/cache/files/fcccc0987356c9589d5680834bdcc657020aaeac.png');
background-size: cover;
    background-position: 50% 50%;
}

@media (max-width: 700px) {
.side-nav__content:before {
display: none;
}

}


/*END OF MOBILE MENU*/





/*MAIN TITLES*/
#contenttop h1 {
font-size: clamp(1.375rem, 1.018rem + 1.786vw, 3.875rem) !important; /*22-62*/
}

/*END OF MAIN TITLES*/




/*FETES KATO APO TO TOP BANNER*/

#belowtopmenu div.gallerycontent div.aphoto img {
    width: 98vw;
    border-radius: 5vh;
    margin: 0 auto;
}

/*END OF FETES KATO APO TO TOP BANNER*/


/*MENU ME UPOKATHGORIES*/
.imagemenu ul li img.pagethumb {
    border-radius: 30px;
}

.imagemenu ul li a:hover {
font-weight: 900 !important;
}


/*END OF MENU ME UPOKATHGORIES*/



/*PRODUCT VIEW*/

div.items div.photos img {
    border-radius: 30px 0px 30px 30px;
}


div.items div.photos div.thumbnails img {
    border-radius: 0px 20px 20px 20px;
}

/*END FO PRODUCT VIEW*/



/*PHOTO GALLERY VIEW*/
div.horizontalitemsgallery div.item {
    text-align: center;
}

/*END OF PHOTO GALLERY VIEW*/


/*CUSTOME PATH*/
.c-custompath {
margin-left: 10px;
    font-size: 13px;
font-weight: 500;
    background-color: #ffffff;
    padding: 8px 14px;
    border-radius: 0px 20px;
    display: inline-block;
    box-shadow: -1px 4px 20px #33333320;
}

.c-custompath a{
color: var(--second) !important;
text-decoration: none;
}

/*end of CUSTOME PATH*/




/*SELIDES PROIONTON*/

.c-products-text-container h3{
color: var(--second);
margin-top: 20px !important;
}

.c-products-text-container ul {
line-height: 1.6em;
padding-left: 15px !important;
}

.c-products-text-container p {
text-align: justify;
}




/*OLES OI MOBILE SELIDES*/
@media (max-width: 992px) {
    #thewhole {
        padding-top: 0px !important;
    }
}.c-newlogo {
    background-image: url('/cache/files/aa6c44baa82b9929f3ec282c48a8d1b0fc31ef50.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

a.mobile-header-startlink, #mobiletopbanner a.startlink {
    left: 330px;
}


@media (max-width: 600px) {
a.mobile-header-startlink, #mobiletopbanner a.startlink {
    left: 165px;
}
a.mobile-header-startlink {
width: 180px;
}
}

@media (max-width: 530px) {
a.mobile-header-startlink, #mobiletopbanner a.startlink {
    left: 200px;
}
a.mobile-header-startlink {
width: 230px;
}
}


.side-nav__header {
    background-color: transparent;
    background-image: url('/cache/files/aa6c44baa82b9929f3ec282c48a8d1b0fc31ef50.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
margin: 20px;
}

.side-nav__header {
    max-height: 100px;
}.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%;
}
}.c-button-1 {
  position: relative;
  padding: 8px 16px;
  background: var(--primary);
  color: #fff;
  border-radius: 30px 30px 30px 0px;
  font-weight: 800;
  overflow: hidden;
  z-index: 0;
display: inline-block;
}

@media (max-width: 1000px) {
.c-button-1 {
  padding: 12px 12px;
}
}



.c-button-1::before,
.c-button-1::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  z-index: -1;
}

.c-button-1::before {
  background: #222;
  transition: transform 0.4s;
}

.c-button-1::after {
  background: var(--second);
  transition: transform 0.4s 0.2s;
}

.c-button-1:hover::before,
.c-button-1:hover::after {
  transform: translateX(0);
}





.c-button-2 {
  position: relative;
  padding: 12px 22px;
  background: var(--primary);
  color: #fff;
  border-radius: 0px 30px;
  font-weight: 800;
  overflow: hidden;
  z-index: 0;
text-decoration: none;
display: inline-block;
}

@media (max-width: 1000px) {
.c-button-2 {
  padding: 12px 12px;
}
}



.c-button-2::before,
.c-button-2::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  z-index: -1;
}

.c-button-2::before {
  background: #222;
  transition: transform 0.4s;
}

.c-button-2::after {
  background: var(--second);
  transition: transform 0.4s 0.2s;
}

.c-button-2:hover::before,
.c-button-2:hover::after {
  transform: translateX(0);
}

.c-footer-logo-motion {
height: 70vh;
width: auto;
}

@media (max-width: 700px) {
.c-footer-logo-motion {
display: none;
}
}


.c-footer-logo-full-mobile {
display: none;
}

@media (max-width: 700px) {
  .c-footer-logo-full-mobile {
    display: block;
  }
}


.c-footer {
display: flex;
    gap: 5vw;
    justify-content: space-between;
align-items: flex-end;
}


.c-footer-white-box {
background-color: #fff;
border-radius: 5vw 5vw 0px 5vw;
padding: 80px 5vw 3vw 5vw;
box-shadow: 0px 0px 20px #33333330;
position: relative;
margin: 5vw 5vw 5vw 3vw;
    width: -webkit-fill-available;
}

@media (max-width: 700px) {
.c-footer-white-box {
border-radius: 60px 60px 60px 0px;
padding: 30px 5vw 3vw 5vw;
}
}



.c-footer-logo-text {
height: 20vh;
width: auto; 
max-height: 150px;
}

@media (max-width: 700px) {
.c-footer-logo-text {
display: none;
}
}

.c-footer-info {
display: flex;
gap: 20px;
justify-content: space-between;
    align-items: flex-end;
flex-wrap: wrap;
}





.c-footer-menu {
margin-top: 7vh;
display: flex;
gap: 15px;
flex-wrap: wrap;
}

@media (max-width: 700px) {
.c-footer-menu {
margin-bottom: 30px;
}
}

.c-footer-menu a{
color: #fff !important;
text-decoration: none;
}


.c-footer-contact {
display: flex;
gap: 10px;
    flex-direction: column;
}

.c-footer-contact-line {
display: flex;
gap: 10px;
}

.c-footer-contact-line p{
margin-bottom: 0px;
font-weight: 500;
}


/*social*/

.c-footer-social-buttons {
display: flex;
gap: 15px;
position: absolute;
right: 8vw;
top: -30px;
}

@media (max-width: 700px) {
.c-footer-social-buttons {
position: relative;
right: auto;
top: auto;
margin-top: 7vh;
}
}



.c-footer-social{
position:relative;
background-color:var(--second);
display:flex;
border-radius:50% 50% 50% 0;
padding:12px;
overflow:hidden;
z-index:0;
}

.c-footer-social::before,
.c-footer-social::after{
content:"";
position:absolute;
inset:0;
transform:translateX(-100%);
z-index:-1;
}

.c-footer-social::before{
background:#222;
transition:transform .4s;
}

.c-footer-social::after{
background:var(--primary);
transition:transform .4s .2s;
}


.c-footer-social:hover::before,
.c-footer-social:hover::after{
transform:translateX(0);
}

.c-footer-social img{
height:35px;
width:auto;
position:relative;
z-index:1;
}


/*copyright*/

.notloggedin #copyinfo {
    margin-top: -4.5vw;
    margin-left: 8vw;
max-width:  auto;
}

@media (max-width: 912px) {
.notloggedin #copyinfo {
    margin-top: -4.5vw;
    margin-left: 3vw;
max-width:  500px;
}
}


.notloggedin #innercopyinfo {
    margin-left: 0 !important;
}

.notloggedin #copyleft {
    padding-top: 0px !important;
    padding-left: 0px !important;
    float: none !important;
    text-align: left !important;
    margin-bottom: 5px !important;
}

.notloggedin #copyright {
    text-align: left !important;
    padding-left: 0px !important;
}
/*romvos*/

.c-romvos {
  height: 100px;
  width: 100px;
  border-radius: 30px;
  border: 15px solid var(--second);
  animation: romvosAnimation 6s ease-in-out infinite;
will-change: transform, border-radius;
}

@media (max-width: 700px) {
.c-romvos {
  height: 60px;
  width: 60px;
  border: 8px solid var(--second);
}
}


@keyframes romvosAnimation {

  0% {
    transform: scale(1) rotate(0deg);
    border-radius: 30px;
  }

  25% {
    transform: scale(1.5) rotate(45deg);
    border-radius: 0px;
  }

  50% {
    transform: scale(1.5) rotate(90deg);
    border-radius: 30px;
  }

  75% {
    transform: scale(1.05) rotate(135deg);
    border-radius: 10px;
  }

  100% {
    transform: scale(1) rotate(180deg);
    border-radius: 30px;
  }

}




/*ΚΥΚΛΟΙ*/
.circle-loader{
  position: absolute;
  width: 100px;
  height: 100px;
  animation: rotateLoader 6s linear infinite;
}

.circle-loader span{
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--primary);
  border-radius: 50%;
  top: 20px;
  left: 20px;
}


@media (max-width: 700px) {
.circle-loader{
  width: 60px;
  height: 60px;
}

.circle-loader span{
  width: 30px;
  height: 30px;
}
}

.circle-loader span:first-child{
  animation: moveLeft 3s ease-in-out infinite;
}

.circle-loader span:last-child{
  animation: moveRight 3s ease-in-out infinite;
}

@keyframes moveLeft{

  0%,100%{
    transform: translateX(0) scale(1);
  }

  40%{
    transform: translateX(-25px) scale(.8);
  }

  60%{
    transform: translateX(-25px) scale(.8);
  }

}

@keyframes moveRight{

  0%,100%{
    transform: translateX(0) scale(1);
  }

  40%{
    transform: translateX(25px) scale(.8);
  }

  60%{
    transform: translateX(25px) scale(.8);
  }

}

@keyframes rotateLoader{

  from{
    transform: rotate(0deg);
  }

  to{
    transform: rotate(360deg);
  }

}




/*xxxxxx*/
.x-row {
  display: flex;
  gap: 18px;
}

.c-x {
  --x-width: 40px;
  --x-height: 40px;
  --x-stroke: 12px;

  position: relative;
  display: inline-block;
  width: var(--x-width);
  height: var(--x-height);
  flex: 0 0 auto;
  transition: transform 0.45s ease, opacity 0.35s ease;
}

.c-x::before,
.c-x::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: var(--x-stroke);
  background: var(--black);
  border-radius: 999px;
  transform-origin: center;
  transition: background 0.35s ease, transform 0.35s ease, opacity 0.35s ease;
}

.c-x::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-x::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-x.c-active {
  animation: x-full-spin 0.7s ease;
  transform: scale(1.12);
}

@keyframes x-full-spin {
  0% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1.12) rotate(360deg);
  }
}

.c-x.c-active::before,
.c-x.c-active::after {
  background: var(--second);
}



/*tetragona*/


.c-tetragona-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-tetragona {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
  animation: c-drift 5.5s ease-in-out infinite;
}

.c-tetragono {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 8px;
  transform-origin: center center;
  animation: c-pulse 4.8s ease-in-out infinite;
}

/* χρώματα */
.c-tetragono-1 {
    border: 6px solid var(--primary);
  animation-delay: 0s;
}

.c-tetragono-2 {
    border: 6px solid var(--second);
  animation-delay: 1.1s;
}

.c-tetragono-3 {
    border: 6px solid var(--black);
  animation-delay: 2.2s;
}

.c-tetragono-4 {
    border: 6px solid var(--primary);
  animation-delay: 3.3s;
}

/* όλα μαζί αριστερά - δεξιά */
@keyframes c-drift {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}

/* ένα-ένα μεγαλώνουν λίγο και επανέρχονται */
@keyframes c-pulse {
  0% {
    transform: scale(1);
  }
  12% {
    transform: scale(1.12);
  }
  24% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.contactform form p {
    width: 90%;
}

.contactform input, .contactform select, .contactform textarea {
border-radius: 20px;
width: 100%;
border: 1px solid white !important;
}

.contactform button {
  display: inline-block;
    text-align: center;
    padding: 15px 20px;
    transition: 1.4s;
    text-decoration: none;
    background-color: var(--primary);
    color: #fff;
    border-radius: 40px;
    border: 1px solid var(--primary);
min-width: 200px;
font-weight: 700;
}

.contactform button:hover {
    background-color: var(--second);
    border: 1px solid var(--second);
    color: #fff;
}