body {
font-family: 'Syne', sans-serif;
}

/*PRICE VIEW*/
.horizontalitems .price .value {
        font-size: 1.6em;
        color: #0092d4;
        font-weight: 300;
}

.items .detail .price .pricenovat .value {
        font-size: 2em;
        color: #0092d4;
        font-weight: 300;
}
.items .detail .price .startprice .value {
        color: #666;
}
/*END OF PRICE VIEW*/





/*TOP BANNER*/
.c-topbanner-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.c-toptext{
font-size: 1.4em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
}

.c-smalltoptext{
font-size: 0.9em;
font-weight: 600;
margin-bottom: 0px;
line-height: 1em;
color: #168ac6;
}
/*END OF TOP BANNER*/



/*FOOTER*/
.c-footer-container {
display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: row;
}

.c-footer-container a{
text-decoration: none;
}

@media (max-width: 820px) {
.c-footer-container {
display: flex;
    gap: 15px;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
}
.c-footer-title{
font-weight: 600;
    color: #717171;
}
/*END OF FOOTER*/


/*YPOKATHGORIES ME EIKONES*/
.imagemenu ul {
display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.imagemenu ul li span{
font-weight: 600;
color: #222222;
}

.imagemenu ul li span:hover{
color: #0092d4;
}

/*END OF YPOKATHGORIES ME EIKONES*/



/*COMPANY*/

.c-company-1 {
display: flex;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
padding-bottom: 30px;
}

@media (max-width: 820px) {
.c-company-1 {
    flex-direction: column;
}
}


/*CATEGORIES BUTTON ON BOTTOM*/

.c-buttons-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px 20px 40px 20px;
    flex-wrap: wrap;
}
}.contentboxy table td {
    padding: 10px;
}

.contentboxy table tr {
    vertical-align: top;
}.c-button1 {
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: #0092d4;
color: #fff;
border-radius: 5px;
}
.c-button1:hover {
    background-color: #222;
    transition: 1.4s;
}


.c-button2 {
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: transparent;
color: #fff;
border-radius: 5px;
border: 1px solid #ffffff75;
font-size: clamp(1rem, 0.824rem + 0.563vw, 1.5rem); /*16-24*/
    min-width: 15vw;
}
.c-button2:hover {
    background-color: #0092d4;
border: 1px solid #0092d4;
    transition: 1.4s;
}


.c-button3 {
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: #fff;
color: #222;
border-radius: 5px;
font-size: 0.6em;
    line-height: 1em;
}
.c-button3:hover {
    background-color: #0092d4;
    transition: 1.4s;
color: #fff;
}/*PRODUCT SLIDER*/
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    margin-left: -20px;
    bottom: 0;
    width: 50px;
    height: 55px;
    opacity: 1;
background-color: #222;
top: 40%;
}

 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
margin-right: -40px;
    bottom: 0;
    width: 50px;
    height: 55px;
    opacity: 1;
background-color: #222;
top: 40%;
right: 0;
}

.slick-prev:hover, .slick-next:hover {
background-color: #6eb0d6;
}

.slick-next:focus, .slick-prev:focus {
background-color: #222;
}


.slick-next:before {
    top: 15px;
    right: 12px;
    height: 25px;
    width: auto;
}

.slick-prev:before {
    top: 15px;
    left: 12px;
    height: 25px;
    width: auto;
}


/* KENO DEXIA ARISTERA TOY SLIDER GIA TA BELAKIA */

div.items div.detail div.horizontalitems div.theitems, div.horizontalitems div.theitems {
max-width: 90vw;
    margin: 20px auto;
    background-color: transparent;
    margin-top: 0;
}#am_1576 {
background-color: #f1f1f1;
    padding-bottom: 5vh;
}

/*MAIN FETES*/

.c-main-fetes {
position: relative;
}

.c-main-feta-slide {
height: 80vh;
background-size: cover;
background-position: 50% 50%;
}

@media (max-width: 820px) {
.c-main-feta-slide {
height: 40vh;
}
}

.c-main-text-box {
position: absolute;
    top: 65vh;
    z-index: 10;
    left: 5vw;
display: flex;
}

@media (max-width: 820px) {
.c-main-text-box {
    top: 25vh;
    left: 0vw;
}
}

.c-main-text {
background-color: #00000080;
color: #fff;
padding: 10px 20px;
}

.c-main-text p{
font-size: clamp(1.125rem, 0.465rem + 2.113vw, 3rem); /*18-48*/
margin-bottom: 0px;
}

.c-main-kaiser {
background-color: #ed151d;
padding: 10px 20px;
    display: flex;
    align-items: center;
}

.c-main-kaiser img{
max-height: 50px;
width: auto;
}
/*END OF MAIN FETES*/

/*VINTAGE BANNER*/
.c-vintage-container {
display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
@media (max-width: 820px) {
.c-vintage-container {
flex-direction: column-reverse;
}
}

.c-vintage-img {
position: -webkit-sticky;
position: sticky;
left: 0;
width: 100%;
top: 5vh;
    max-width: 50vw;
    height: auto;
}
@media (max-width: 820px) {
.c-vintage-img {
    max-width: 100%;
margin-top: 5vh;
}
}

.c-vintage-left {
margin-top: 30vh;
max-width: 35vw;
margin-left: 4vw;
padding: 20px;
margin-bottom: 10vh;
}
@media (max-width: 820px) {
.c-vintage-left {
margin-top: 0vh;
max-width: 100%;
margin-left: 0;
padding: 20px;
margin-bottom: 5vh;
}
}

.c-vintage-left img{
margin-top: 30px;
margin-bottom: 30px;
}

.c-vintage-left p{
font-size: 1.2em;
}

.c-vintage-line {
background-color: #222222;
    color: white;
    font-size: clamp(1.5rem, 0.972rem + 1.69vw, 3rem); /*24-48*/
    margin-bottom: 0px;
    position: absolute;
    top: 15vh;
    padding-left: 5vw;
    width: 100%;
line-height: 2em;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 820px) {
.c-vintage-line {
    position: relative;
   margin-top: 5vh;
top: 0;
}
}


.c-vintage-line img{
max-height: 50px;
margin-right: 20px;
}
@media (max-width: 820px) {
.c-vintage-line img{
max-height: 37px;
margin-right: 10px;
}
}

/*END OF VINTAGE BANNER*/

/*KAISER BANNER*/
.c-kaiser-banner {
display: flex;
padding: 5vh;
}

@media (max-width: 820px) {
.c-kaiser-banner {
flex-direction: column;
padding: 2vh;
}
}


.c-kaiser-feta-slide {
height: 600px;
background-size: cover;
background-position: 50% 50%;
}

.c-kaiser-fetes{
width: 50vw;
}
@media (max-width: 820px) {
.c-kaiser-feta-slide {
height: 300px;
}

.c-kaiser-fetes{
width: 100%;
}
}

.c-kaiser-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10vh;
    padding: 10vh;
}

.c-kaiser-text div{
max-width: 30vw;
}

.c-kaiser-text img{
max-height: 20vw;
}

@media (max-width: 768px) {
.c-kaiser-text {
flex-direction: column-reverse;
    padding: 2vh;
    gap: 0vh;
}

.c-kaiser-text div{
max-width: 100%;
}

.c-kaiser-text img{
max-height: 20vh;
}
}

.c-kaiser-text p{
font-size: 1.2em;
}


.c-kaiser-awards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4vh;
    padding: 5vh;
}


/*END OF KAISER BANNER*/


/*ORDERS*/

.c-orders-container {
max-width: 90vw;
margin: 0 auto;
padding-top: 5vh;
min-height: 30vh;
}


.c-order-title {
background-color: #222222;
    color: white;
    font-size: clamp(1.5rem, 0.972rem + 1.69vw, 3rem); /*24-48*/
    margin-bottom: 0px;
    padding-left: 5vw;
    width: 100%;
    line-height: 2em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.c-order-title img{
margin-right: 10px;
}

@media (max-width: 820px) {
.c-order-title img{
max-height: 40px;
width: auto;
margin-right: 5px;
}
}

.c-order-text {
font-size: 1.4em;
max-width: 40vw;
}
@media (max-width: 820px) {
.c-order-text {
max-width: 100%;
}
}


.c-orders-container img{
position: absolute;
    bottom: 0;
    right: 0;
    min-width: 45vw;
    height: auto;
}
@media (max-width: 820px) {
.c-orders-container img{
position: relative;
}
}

/*END OF ORDERS*/

/*CATEGORIES*/
.c-categories-container {
background-color: #000;
    color: #fff;
    padding: 5vh;
}


.c-categories-text {
font-size: clamp(1.25rem, 0.898rem + 1.127vw, 2.25rem); /*20-36*/
    margin-bottom: 0px;
display: flex;
align-items: center;
}
@media (max-width: 820px) {
.c-categories-text {
align-items: flex-start;
    flex-direction: column;
}

.c-categories-text img{
max-height: 50px;
width: auto;
}
}

.c-categories-text img{
margin-right: 10px;
}

.c-categories-banners {
padding-top: 5vh;
display: flex;
    gap: 5vh;
}
@media (max-width: 820px) {
.c-categories-banners {
    flex-direction: column;
    align-items: center;
}
}

.c-categories-banners div{
display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 20px;
}


.c-categories-banners img{
max-width: 30vw;
}

@media (max-width: 820px) {
.c-categories-banners div{
flex-direction: column;
    align-items: center;
}
.c-categories-banners img{
max-width: 70vw;
}
}


.c-categories-buttons-container {
display: flex;
    gap: 5vh;
justify-content: center;
padding-top: 4vh;
align-items: center;
flex-wrap: wrap;
}


/*END OF CATEGORIES*/


/*ABOUT*/
.c-about-container {
max-width: 980px;
margin: 0 auto;
padding-top: 5vh;
padding-bottom: 5vh;
text-align: center;
}

.c-about-container img{
padding-left: 2vh;
padding-bottom: 2vh;
}

.c-about-title {
margin-top: -75px;
    font-size: 1.6em;
    font-weight: 600;
    color: #565656;
}

.c-about-text{
margin-top: 55px;
    font-size: 1.2em;
}
/*END OF ABOUT*/


/*BOTTOM BANNERS*/
.c-bottom-banner-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
padding-bottom: 20px;
}

@media (max-width: 820px) {
.c-bottom-banner-container {
flex-direction: column;
}
}



.c-bottom-banner {
position: relative;
border: 20px solid #fff;
width: 49vw;
height: auto;
background-size: cover;
background-position: 50% 50%;
min-height: 65vh;
}

@media (max-width: 820px) {
.c-bottom-banner {
width: 100%;
min-height: 50vh;
}
}

.c-banner-title-position {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 50%;
justify-content: flex-end;
min-height: 65vh;
}

@media (max-width: 820px) {
.c-banner-title-position {
min-height: 50vh;
}
}

.c-banner-title {
background-color: #0092d4;
    color: #fff;
    display: inline-block;
    font-size: 1.6em;
    padding: 20px;
    margin-left: -20px;
    transition: 1.4s;
}
.c-bottom-banner:hover .c-banner-title {
background-color: #222;
    transition: 1.4s;
}

.c-bottom-banner-container a{
text-decoration: none;
}




/*END OF BOTTOM BANNERS*/