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

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

p.editline, select, textarea, label, input, table, .editoptions h1, h4 {
font-weight: bold;
}


#abovetopbanner .itemsgroup a.disabled.showgroup span, #mobile-header .itemsgroup a.disabled.showgroup {
    color: black;
}


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

body {
font-family: 'Manrope', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.c-box:hover {
background-color: #f9f9f9;
border-radius: 10%;
}


.c-abovetext {
font-size: 0.9em;
font-weight: 300;
line-height: 1em;
padding-top: 5px;
margin-bottom: 0px;
}

.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;
}
.c-title1 {
text-align: center;
padding-top: 15px;
text-decoration: none;
color: #333;
}
.c-title2 {
font-size: 1.8em;
font-weight: 600;
text-align: center;
padding-top: 15px;
color: #90ca48;
}
.c-title3 {
font-size: 1.6em;
margin-bottom: 0px;
}

/*price view*/
.horizontalitems .price .pricenovat .value {
        font-size: 1.6em;
        color: #333;
        font-weight: 300;
}
.horizontalitems .price .pricenovat .label{
 display: none;
}

.items .detail .price .pricenovat .value {
        font-size: 2em;
        color: #90ca48;
        font-weight: 600;
}
.items .detail .price .startprice .value {
        color: #666;
}
.items .detail .price .label {
        display: none;
}

/* BUTTONS */
.c-button-1 {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 15px 15px;
    width: 170px;
    color: #444444;
    margin: auto;
margin-top: 10px;
    background-color: transparent;
    border: 1px solid #444444;
    transition: 0.3s;
border-radius: 12px;
}
.c-button-1:hover {
    background-color: #333;
    border: 1px solid #333;
color: #fff;
}


/* ΚΥΜΑΤΑ */

.useradmin .c-kuma-container, .userroot .c-kuma-container {
    margin-top: 0px;
position: relative;
}

.c-kuma-container {
    margin-top: -100px;
    overflow: hidden;
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: 10;
max-width: 100vw;
}

.c-kuma-container-inner  {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}

.c-kuma {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.c-kuma-1 {
    background-size: 50% 100px;
background-image: url('/cache/files/eb98eb1694ec1ac80bba330229c36f02ee2badb0.png');
  animation: move_wave 15s linear infinite;
    -webkit-animation: move_wave 15s linear infinite;
background-repeat: repeat-x;
    z-index: 15;
}



.c-kuma-2 {
    background-size: 50% 100px;
background-image: url('/cache/files/ae0b15b711892f46dc6b57f6e9458335a20b2f3b.png');
  animation: move_wave 10s linear infinite;
    -webkit-animation: move_wave 10s linear infinite;
background-repeat: repeat-x;
    z-index: 10;
}
.c-kuma-3 {
    background-size: 50% 60px;
background-image: url('/cache/files/9c3c09e68af99495fff2d5cddebff92cf0d9e591.png');
    z-index: 5;
}

/* KYMATA ANIMATION */


@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

/* BEEANIMATION */
.c-bee-animation {  
    animation-name: floating-3;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.005, 0.001, 1, 1);
}

@keyframes floating-3 {
    0% { transform: translate(0px,  0px); }
  25% { transform: translate(-15px,  0px); }
    50% { transform: translate(0px,  0px); }
    75%  { transform: translate(15px, 0px); }
    100%   { transform: translate(0px, -0px); }    
}

/* POULAKI ANIMATION */
.c-poulaki-animation {  
    animation-name: floating-2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.005, 0.001, 1, 1);
}
@keyframes floating-2 {
    0% { transform: translate(0px,  5px); }
  25% { transform: translate(-10px,  0px); }
    50% { transform: translate(0px,  -5px); }
    75%  { transform: translate(10px, 0px); }
    100%   { transform: translate(0px, 5px); }    
}

/*marquee*/

.c-div-partners img {
margin: 0px;
}

.c-maindiv{
  overflow: hidden;
  white-space: nowrap;
}

.c-div1 {
  display: inline-block;
  animation: marquee 60s linear infinite;
}
.c-div2 {
  display: inline-block;
  animation: marquee2 60s linear infinite;
  animation-delay: 0s;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

/* SETTINGS GIA IMAGE VIEW */

#cboxOverlay {
opacity: 0.2 !important;
}
#cboxLoadedContent {
    border: 5px solid white !important;
}

#copyinfo {
  display: none;
}.cartButton{
  background: #6fb513;
  border-radius: 12px;
  margin-top: 0.5em;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 1em;
}

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

.cartButton:hover {
  background-color: #2c2839;
  color: white;
}.notloggedin div.items div.list div.item {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 15px;
    display: inline-block;
    width: calc(25% - 20px);
    text-align: center;
    height: 200px;
    border: 1px solid #d0d0d0;
    position: relative;
    margin: 10px;
}



.notloggedin div.items div.list div.itemcontent {
    position: absolute;
    padding-bottom: 10px;
    background-repeat: repeat-x;
    background-position: 0 100%;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.notloggedin div.items div.detail div.horizontalitems div.itemcontent {
    position: relative;
    padding-bottom: 10px;
    background-repeat: repeat-x;
    background-position: 0 100%;
    top: 0%;
    width: 100%;
    transform: translateY(0%);
}

.notloggedin div.items div.detail div.horizontalitems div.item {
height: auto;
}

.notloggedin div.items div.detail div.theitem {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 35px;
    display: block;
    width: 100%;
    text-align: center;
}


.notloggedin div.horizontalitems div.theitems {
    display: inline-block;
    max-width: 1280px;
    width: 100%;
}

.loggedin div.items div.item {
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 0px;
    padding-top: 0px;
}


.loggedin div.horizontalitems div.theitems {
    display: flex;
}

div.items div.detail div.horizontalitems div.item, div.horizontalitems div.item {
    padding-right: 10px;
}

/* CENTER PHOTOS */

.notloggedin div.items div.photos {
    width: 100%;
    padding-right: 0;
}

.notloggedin div.items div.photos img {
    margin: auto;
    width: 100px;
    height: auto;
}

.loggedin div.items div.photos {
    width: auto;
}

.loggedin div.items div.photos img {
margin: initial;
}



/* BRAND NAME */

div.items div.list h3 a {
opacity: 0.5;
/* color: #444; */
/* display: none; */
}


/* DESIGN STO DETAIL */

.notloggedin div.items div.detail div.horizontalitems div.item {
    border: 0px;
    margin: 0;
}

.notloggedin.itemdetail div.items div.photos img {
    margin: 0;
}


/* DESIGN GIA MOBILE */

@media (max-width: 768px) {
.notloggedin div.items div.list div.item {
    width: calc(50% - 10px);
    margin: 0px;
margin-bottom: 10px;
    margin-top: 10px;
}

.notloggedin div.items div.list div.item:nth-child(even) {
    margin-right: 10px;
}
.notloggedin div.items div.list div.item:nth-child(odd) {
    margin-left: 10px;
}
}