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


#mobile-header {
box-shadow: 0 1px 2px rgba(0,0,0,0);
}

/*BASEKT*/

.fa-shopping-bag {
color: #e63333;
}

/*END OF BASKET*/



/*BASKET BUTTON HOVER*/
div.items div.group:hover {
    background-color: #e63333;
    transition: 0.8s;
}

/*END OF BASKET BUTTON HOVER*/


/*BADGES*/
.badgeid9899 {
    background-color: #2c99b6;
}

.badgeid9898 {
    background-color: #e63333;
}

.badge_wrapper  {
    top: 3px;
    left: -5px;
}

.badge_wrapper  .badge {
    color: white;
    position: absolute;
    top: 10px;
    left: 0px;
    width: auto;
    text-align: center;
    padding: 12px 12px;
    z-index: 51;
font-size: 0.9em;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    text-transform: uppercase;
border-radius: 0px 50px 50px 0px;
}

/*END OF BADGES*/



/*PRODUCT LIST*/

div.horizontalitems div.itemcontent {
border-radius: 40px;
box-shadow: 0px 5px 20px #00000026;
 transition: 0.3s;
}

div.horizontalitems div.itemcontent:hover {
border-radius: 40px;
box-shadow: 0px 5px 20px #00000042;
 transition: 0.3s;
}

/*END OF PRODUCT LIST*/


/*SEARCH*/
div.filter_iconsearch input {
    border-radius: 14px;
font-size: 0.9em;
margin-bottom: 0px;
}
/*----*/


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

/*price view*/
div.horizontalitems .price .pricenovat .value {
        font-size: 1.4em;
        color: #e63333;
        font-weight: 600;
}

.items .detail .price .pricenovat .value {
        font-size: 2em;
        color: #e63333;
        font-weight: 600;
}
.items .detail .price .startprice .value {
        color: #666;
}
/*end of price*/


/*YPOKATHGORIES*/
.imagemenu ul li.inactive a {
    box-shadow: 0px 5px 20px #00000026;
    font-weight: 900;
 transition: 0.3s;
}

.imagemenu ul li.inactive a:hover {
    box-shadow: 0px 5px 20px #00000042;
    font-weight: 900;
 transition: 0.3s;
}


/*SERVICE*/
.c-service-container {
background-color: #e63333;
padding: 5vh 20px;
overflow: visible;
}

.c-service {
display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1380px;
    margin: 0 auto;
position: relative;
}

@media (max-width: 768px) {
.c-service {
display: flex;
    flex-direction: column;
text-align: center;
}
}

.c-service-title {
font-size: 3.2em;
line-height: 1em;
font-weight: 900;
margin-bottom: 5px;
}

.c-service-subtitle {
font-weight: 600;
letter-spacing: 2px;
}

.c-service-img {
position: absolute;
    top: -15vh;
    right: 0;
    max-height: 50vh;
    width: auto;
    z-index: 10;
    border-radius: 30px;
z-index: 3;
}


@media (max-width: 768px) {
.c-service-img {
position: relative;
    max-height: 40vh;
top: 0;
}
}

.c-service-cycle {
    z-index: 10;
    background-color: #fff;
    width: 210px;
    height: 210px;
    border-radius: 100%;
    position: absolute;
    top: -15px;
    right: 20%;
    padding: 20px;
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
box-shadow: 1px 1px 20px #00000063;
}

@media (max-width: 768px) {
.c-service-cycle {
top: auto;
bottom: -20%;
}
}

.c-service-cycle p{
    text-align: center;
    font-weight: 900;
    color: #000;
margin-bottom: 5px;
}

/*END OF SERVICE*/

/*FOOTER*/

.c-footer-text{
text-align: center;
font-weight: 700;
margin-bottom: 4px;
}

.c-social-icons {
    display: flex;
justify-content: center;
    align-items: center;
    padding-top: 50px;
}


.c-icon-bg {
background-image: linear-gradient(45deg, #bbb, #fff, #bbb);
width: 50px;
height: 50px;
border-radius: 30px;
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

.c-icon-bg img {
    max-height: 30px;
width: auto;
}

/*END OF FOOTER*/


/*INFO PRODUCT DETAIL*/

.c-info-box {
margin-top: 30px;
margin-bottom: 30px;
background-color: #f1f1f1;
padding: 20px;
border-radius: 30px;
max-width: 500px;
}

.c-info-box p{
margin-bottom: 0px;
padding-left: 10px;
font-size: 0.9em;
font-weight: 700;
}

.c-info-box span{
color: #e63333;
font-size: 1.4em;
}

.c-dottes{
border-bottom: 1px dashed #bebebe;
margin-bottom: 10px;
    line-height: 1em;
    font-size: 0.7em;
}

.c-info {
display: flex;
    align-items: center;
    flex-direction: row;
}

.c-info-icon {
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*END OF PRODUCT DETAIL*/.c-newsletter {
width: 100%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

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

.c-newsletter form input {
    padding: 10px;
    border-radius: 30px;
    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 {
    display: inline-block;
    text-decoration: none;
    line-height: 1em;
    text-align: center;
    padding: 15px 15px;
    width: 120px;
    background-color: #e63333;
border: 1px solid #e63333;
border-radius: 30px;
   transition: 0.8s;
color: #fff !important;
font-size: 14px;
}

.c-newsletter form .submit button:hover {
background-color: #fff;
border: 1px solid #fff;
color: #000 !important;
transition: 0.8s;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.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: #e63333;
    transition: 0.4s;
}#topbanner .htmlbox a, .c-button1 {
    display: inline-block;
    text-decoration: none;
    line-height: 1em;
    text-align: center;
    padding: 15px 15px;
    width: 120px;
    background-color: #000;
border-radius: 30px;
   transition: 0.8s;
color: #fff !important;
font-size: 14px;
}
#topbanner .c-button1:hover {
    background-color: #e63333 ;
color: #fff!important;
   transition: 0.8s;
}

.c-button2{
    display: inline-block;
    text-decoration: none;
    line-height: 1em;
    text-align: center;
    padding: 15px 15px;
    width: 120px;
    background-color: #e63333 ;
border-radius: 30px;
   transition: 0.8s;
color: #fff !important;
font-size: 14px;
}
.c-button2:hover {
    background-color: #fff;
color: #000 !important;
   transition: 0.8s;
}

.c-button3{
    display: inline-block;
    text-decoration: none;
    line-height: 1em;
font-weight: 700;
    text-align: center;
    padding: 15px 15px;
    width: auto;
    background-color: #fff;
border-radius: 30px;
   transition: 0.8s;
color: #000 !important;
}
.c-button3:hover {
    background-color: #000;
color: #fff !important;
   transition: 0.8s;
}

.c-button4 {
    display: inline-block;
    text-decoration: none;
    line-height: 1em;
    text-align: center;
    padding: 15px 15px;
    width: 120px;
    background-color: #000;
border-radius: 30px;
   transition: 0.8s;
color: #fff !important;
font-size: 14px;
}
.c-button4:hover {
    background-color: #e63333 ;
color: #fff!important;
   transition: 0.8s;
}.c-main-banners {
margin-left: 25px;
margin-right: 25px;
}

@media (max-width: 768px) {
.c-main-banners {
margin-left: 0px;
margin-right: 0px;
}
}

.c-main-banners img{
border-radius: 50px;
}


.c-main-banners .slider-arrow-right {
    right: -25px;
    background-color: #fff;
    border-radius: 100%;
    height: 50px;
    width: 50px;
}
@media (max-width: 768px) {
.c-main-banners .slider-arrow-right {
    right: 0px;
}
}

.c-main-banners .slider-arrow-left{
    left: -25px;
    background-color: #fff;
    border-radius: 100%;
    height: 50px;
    width: 50px;
}

@media (max-width: 768px) {
.c-main-banners .slider-arrow-left{
    left: 0px;
}
}

.c-main-banners .slick-dots {
margin-bottom: 0px !important;
}

.c-main-banners .slider-arrows span {
    font-size: 16px;
    font-weight: 100;
}/*BRANDS*/

.c-brand-container {
padding-top: 5vh;
padding-bottom: 5vh;
}
.c-brand {
    padding: 15px;
    margin: 10px;
}



/*
.c-brand:nth-child(1) {
    background-color: #f2d46a;
}

.c-brand:nth-child(2) {
    background-color: #1f849f;
}

.c-brand:nth-child(3) {
    background-color: #dd0328;
}

.c-brand:nth-child(4) {
    background-color: #0d6aa4;
}

.c-brand:nth-child(5) {
    background-color: #242424;
}

.c-brand:nth-child(6) {
    background-color: #fe5300;
}

.c-brand:nth-child(7) {
    background-color: #64b662;
}

.c-brand:nth-child(8) {
    background-color: #f2d46a;
}

.c-brand:nth-child(9) {
    background-color: #1f849f;
}

.c-brand:nth-child(10) {
    background-color: #dd0328;
}

.c-brand:nth-child(11) {
    background-color: #0d6aa4;
}

.c-brand:nth-child(12) {
    background-color: #242424;
}

.c-brand:nth-child(13) {
    background-color: #f2d46a;
}

.c-brand:nth-child(14) {
    background-color: #1f849f;
}

.c-brand:nth-child(15) {
    background-color: #dd0328;
}

.c-brand:nth-child(16) {
    background-color: #0d6aa4;
}

.c-brand:nth-child(17) {
    background-color: #242424;
}

.c-brand:nth-child(18) {
    background-color: #fe5300;
}

.c-brand:nth-child(19) {
    background-color: #64b662;
}

.c-brand:nth-child(20) {
    background-color: #f2d46a;
}

.c-brand:nth-child(21) {
    background-color: #1f849f;
}

.c-brand:nth-child(22) {
    background-color: #dd0328;
}

.c-brand:nth-child(23) {
    background-color: #0d6aa4;
}

.c-brand:nth-child(24) {
    background-color: #242424;
}
*/

.c-brands-slider {
margin-top: 5vh;
margin-bottom: 5vh;
margin-left: 30px; 
margin-right: 30px;
}

.c-brand-box {
display: flex;
flex-direction: column;
    justify-content: center;
    align-items: center;
height: 120px;
background-image: linear-gradient(19deg, #bbb, #fff, #bbb);
    border-radius: 30px;
}

.c-brand-box p{
    font-size: 1.2em;
    line-height: 1em;
    letter-spacing: 6px;
margin-bottom: 5px;
font-weight: 600;

}

.c-brand-box img {
max-width: 120px;
height: auto;
}

.c-brands-slider .slider-arrow-right {
    right: -25px;
    background-color: #fff;
    border-radius: 100%;
    height: 50px;
    width: 50px;
}

.c-brands-slider .slider-arrow-left{
    left: -25px;
    background-color: #fff;
    border-radius: 100%;
    height: 50px;
    width: 50px;
}


.c-brands-slider .slider-arrows span {
    font-size: 16px;
    font-weight: 100;
}

.c-brands-button {
text-align: center;
}

/*END OF BRANDS*/

/*BANNERS*/

.c-banners-container {
padding-top: 10vh;
padding-bottom: 10vh;
margin-left: 25px;
margin-right: 25px;
}

@media (max-width: 768px) {
.c-banners-container {
padding-top: 5vh;
padding-bottom: 5vh;
margin-left: 0px;
margin-right: 0px;
}

}

.c-megala-ergaleia {
background: linear-gradient(40deg, #025066 0%, #4daec9 50%, #025066 100%);
height: 500px;
border-radius: 50px 0px 0px 50px;
position: relative;
}


@media (max-width: 768px) {
.c-megala-ergaleia {
height: 380px;
border-radius: 50px;
position: relative;
margin-bottom: 10px;
}
}

.c-megala-ergaleia img{
position: absolute;
    bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
    left: 50%;
    max-height: 500px;
    width: auto;
    max-width: 90%;
    transform: translateX(-50%);
}

.c-kipos-argos {
background: linear-gradient(37deg, #128432 0%, #5fc77c 50%, #128432 100%);
height: 500px;
border-radius: 0px 50px 50px 0px;
position: relative;
}

@media (max-width: 768px) {
.c-kipos-argos {
height: 380px;
border-radius: 50px;
position: relative;
}
}

.c-kipos-argos img{
position: absolute;
    bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
    left: 50%;
    max-height: 500px;
    width: auto;
    max-width: 90%;
    transform: translateX(-50%);
}

.c-ergaleia-ksilou {
background: linear-gradient(23deg, #242424d1 0%, #808080 50%, #242424d1 100%);
height: 248px;
position: relative;
}

@media (max-width: 768px) {
.c-ergaleia-ksilou {
border-radius: 50px;
margin-bottom: 10px;
}
}

.c-ergaleia-ksilou img{
    position: absolute;
    right: 5px;
    bottom: 5px;
    height: auto;
    max-height: 248px;
    width: auto;
    max-width: 45%;
}

.c-oikiakos {
background: linear-gradient(23deg, #b91313 0%, #e85a5a 50%, #b91313 100%);
height: 248px;
margin-top: 4px;
position: relative;
}

@media (max-width: 768px) {
.c-oikiakos {
border-radius: 50px;
margin-bottom: 10px;
}
}


.c-oikiakos img{
position: absolute;
right: 5px;
bottom: 5px;
height: auto; 
max-width: 37%;
width: auto;
max-height: 248px;
}

.c-banner-text {
padding: 25px;
max-width: 350px;
    z-index: 5;
    position: absolute;
}

.c-banner-title {
font-size: 2.6em;
line-height: 1.2em;
margin-bottom: 7px;
font-weight: 900;
color: #fff;
}

/*END OF BANNERS*/


/*PRODUCTS & PROSFORES*/

#am_835 {
background-color: #f1f1f1;
padding-top: 5vh;
padding-bottom: 5vh;
}

#am_11518 {
background-color: #f1f1f1;
padding-top: 5vh;
padding-bottom: 15vh;
}

@media (max-width: 768px) {
#am_11518 {
padding-bottom: 5vh;
}
}


.c-product-title {
font-size: 1.6em;
    font-weight: 900;
    background-color: #e63333;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
margin-top: 20px;
margin-bottom: 20px;
}


/*END OF PRODUCTS & PROSFORES*/.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    top: 170px;
    margin-left: -40px;
    bottom: 0;
    opacity: 0;
    opacity: 1;
    width: 30px;
    height: 30px;
    outline: white;
background-color: #f1f1f1;
}

 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    top: 170px;
margin-right: -40px;
    bottom: 0;
    opacity: 0;
    opacity: 1;
    width: 30px;
    height: 30px;
    outline: white;
background-color: #f1f1f1;
}
.slick-prev:hover, .slick-next:hover {
background-color: rgb(255 255 255);
}

.slick-next:focus, .slick-prev:focus {
background-color: rgb(255 255 255);
}


.slick-prev:before, .slick-next:before {
    color: #444444;
    background-size: contain;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2229px%22%20height%3D%2281px%22%3E%23%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%223%22%20style%3D%22%22%20d%3D%22M2 2 27.4964571 41.084824 2 79.0694571%22%20%2F%3E%3C%2Fsvg%3E");
}



/* DISPLA NONE AN THELOYME NA EINAI KRYFA */

.slick-prev.slick-disabled, .slick-next.slick-disabled {
    display: inline-block !important;
}

.linkto img {
display: inline-block;
}

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

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

div.items div.detail div.horizontalitems div.theitems, div.horizontalitems div.theitems {
    margin-left: 20px;
margin-right: 20px;
}