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

/* ΚΥΜΑΤΑ */

.c-kuma-container {
    margin-top: -100px;
    overflow: hidden;
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: 9999;
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/15bfedce335f2afb8768616887d782292f6f9ec6.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/c7cf037270e60f1264c75bd586771f682a56ca6a.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/868ebfdadcff3b3fdb11d063b4878e3f758d8258.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)
    }
}



/* ------------- */

/* BUTTON ΠΡΟΣΘΗΚΗ ΣΤΟ ΚΑΛΑΘΙ */

/* έβγαλα το height: 100% γτ εμφάνιζε ένα border-bottom με μαύρο χρώμα λόγω του background-color */

div.items div.group {
    /* height: 40px; αυτό είναι το default */
height: 100%;
}

div.items div.group a:hover {
background-color: red;
    color: #ffffff;
}

/* ------------- */


/*  texts  */


.c-smalltext{
text-align: center;
font-weight: 300;
font-size: 0.9em;
line-height: 1.2em;
color: #777;

}
.c-bigtitle{
font-family: 'Pacifico', cursive;
text-align: center;
padding-top: 20px;
font-weight: 400;
font-size: 3em;
line-height: 1.4em;
margin-bottom: 10px;
}

@media (max-width: 768px) {
    .c-bigtitle {
        font-size: 1.6em;
    }
}

.c-boxtitle{
font-size: 2em;
line-height: 1.2em;
margin-bottom: 5px;
max-width: 250px;
padding: 20px;
}

.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: #333;
}


/* ------------- */


/* boxes */

.c-box-cyan{
min-height: 250px;
max-width: 400px;
margin-left: auto;
margin-right: auto;
border: 3px dotted #c2e6e3;
position: relative;
}
.c-box-black{
min-height: 250px;
max-width: 400px;
margin-left: auto;
margin-right: auto;
border: 3px dotted #a1a1a1;
position: relative;
}
.c-box-red{
min-height: 250px;
max-width: 400px;
margin-left: auto;
margin-right: auto;
border: 3px dotted #d55e7e;
position: relative;
}
.c-box1 {
margin-left: auto;
margin-right: auto;
min-height: 250px;
max-width: 250px;
border-radius: 130px;
border: 3px dotted #888;
}
.c-box1:hover{
background-color: #f3f3f3;
}
.c-box1text {
padding-top: 80px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
font-size: 0.9em;
}

/* ------------- */

/* buttons*/

.c-button-cyan {
text-decoration: none;
font-size: 1em;
color: #7bc9c3;
font-weight: 400;
background-color: #eee;
padding: 10px;
border-radius: 5px;
}
.c-button-cyan:hover {
color: #fff;
background-color: #7bc9c3;
}

.c-button-black{
text-decoration: none;
font-size: 1em;
color: #777;
font-weight: 400;
background-color: #eee;
padding: 10px;
border-radius: 5px;
}
.c-button-black:hover {
color: #fff;
background-color: #333;
}

.c-button-red{
text-decoration: none;
font-size: 1em;
color: #dc2253;
font-weight: 400;
background-color: #eee;
padding: 10px;
border-radius: 5px;
}
.c-button-red:hover {
color: #fff;
background-color: #dc2253;
}


/* ------------- */

/*price view*/
.horizontalitems .price .pricenovat .value {
        font-size: 1.4em;
        color: #027cb0;
        font-weight: 700;
}

.items .detail .price .pricenovat .value {
        font-size: 2em;
        color: #027cb0;
        font-weight: 500;
}

.horizontalitems .price .label {
        display: none;
}

.items .detail .price .startprice .value {
        color: #666;
}
.items .detail .price .label {
        display: none;
}

/*images*/

.c-heart {
height: 60px;
width: 70px;
}

@media (max-width: 768px) {
    .c-heart {
        height: 30px;
        width: 45px;
    }
}

/* ------------- */






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

@keyframes floating {
    0% { transform: translate(0px,  0px); }
  25% { transform: translate(-15px,  -15px); }
    50% { transform: translate(-10px,  0px); }
    75%  { transform: translate(-15px, 15px); }
    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,  0px); }
  25% { transform: translate(0px,  -5px); }
    50% { transform: translate(0px,  0px); }
    75%  { transform: translate(0px, 5px); }
    100%   { transform: translate(0px, -0px); }    
}

/* FEGGARI ANIMATION */
.c-feggari-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); }    
}