/* WCAG Compliance Fixes */
#copyinfo,  div.filter_iconsearch button, #copyinfo a{
color: #707070;
}

.badgeid2149 {
    background-color: #E3164A;
}

.badgeid2151 {
    background-color: #333;
}

.badgeid2150 {
    background-color: #E3164A;
}

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


/*LAST CHILD TOP MENU*/

#topmenu ul#treemenu_m10_parent_734 > li:last-child a {
    background-color: #333;
color: #fff;
}
/*END OF LAST CHILD TOP MENU*/



/*FIRST PAGE PRODUCTS*/

#am_1677 {
margin-top: 50px;
margin-bottom: 50px;
    padding-bottom: 100px;
padding-top: 60px;
background-color: #F8F8F8;
}

/*END OF FIRST PAGE PRODUCTS*/

.c-phone-title {
text-align: center;
font-size: 1.2em;
font-weight: 700;
}

.c-phone-title a{
text-decoration: none;
color: #fff !important;
font-weight: 500;
font-size: 4vh;
}

.c-belowsitetitle{
padding-top: 20px;
font-weight: 500;
font-size: 1.4em;
line-height: 2em;
margin-bottom: 10px;
}

.c-belowsitetitle2{
font-weight: 700;
font-size: 1.1em;
line-height: 1.2em;
margin-bottom: 5px;
}

.c-belowsitesmalltitle2{
font-size: 0.9em;
line-height: 1.1em;
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: #e8194d;
}

.c-row-box {
    border: 1px solid #dedede;
    padding: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*price view*/
.horizontalitems .price .pricenovat .value {
        font-size: 1.6em;
        color: #e8194d;
        font-weight: 500;
}

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

/*BUTTONS*/

.c-button1 {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 15px 10px;
    min-width: 120px;
    color: #fff;
    margin-top: 10px;
    background-color: #333;
    transition: 0.9s;
}

.c-button1:hover {
color: #fff;
background-color: #E3164A;
}
/*END OF BUTTONS*/

#footer-policies {
padding: 0 0px;
float: none;
text-align: center;
}

div.cc-compliance.cc-highlight a.cc-btn.cc-dismiss {
  background-color: white;
  color: black;
}.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

.side-nav__header {
    background-color: white;
    background-image: url('cache/files/notfound') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}*/.cartButton{
  background: rgb(232, 25, 77);
  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: #A9A9A9;
  color: white;
}.c-newsletter-title {
text-align: center;
font-size: 2em;
line-height: 1.2em; 
margin-bottom: 10px;
color: #333;
}
.c-form {
max-width: 450px;
    position: relative;
    width: 80%;
    height: 38px;
    border: 1px solid #E8174B;
    margin: 0 auto;
    transform: translate(-45px);
}
.c-form .c-inputContainer i {
   position: absolute;
}

.c-inputContainer {
    width: 100%;
    margin-bottom: 0px;
    position: absolute;
    left: 0%;
    transform: translate(0%, 0%);
    height: 100%;
    text-align: left;
}

.c-inputContainer label {
    font-size: 11px;
    margin-left: 10px;
}

.c-form .icon  {
   padding: 10px;
   color: #000;
   width: 70px;
   text-align: left;
}
#mod1388-email {
    position: absolute;
    bottom: -8px;
    transform: translate(0, 0%);
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    border: 0px;
    background-color: transparent;
}
.c-form .btn {
font-size: 14px;
    position: relative;
    right: 0;
    bottom: 0px;
    background-color: #E8174B;
    border: 0px;
    height: 40px;
color: #fff;
font-weight: 400;
}

.c-form .btn:hover {
    background-color: #333;
color: white;
}

.c-form .submit {
    position: absolute;
    top: 50%;
    right: -115px;
    transform: translate(0%, -50%);
}

@media (max-width: 768px) {
.c-inputContainer {
    width: 100%;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    text-align: left;
    padding-left: 15px;
}
.c-form .submit {
position: absolute;
    top: 0%;
    transform: inherit;
    display: block;
    margin-top: 43px;
    /* clear: both; */
    left: 50%;
    transform: translate(-50%, 0);
    right: 0;
    width: fit-content;
}

.c-form{
    width: 90%;
    left: 50%;
    display: block;
    transform: translate(-50%,0);
    margin: 0;
}

}

.c-form input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textfield;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: transparent;
    border-image: initial;
}
.c-form input:focus {
    outline: none;
}

.c-form textarea:focus {
    color: #333;
}

.c-form input, .c-form select, .c-form textarea{
    color: #333;
}


.c-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}.c-img-banner {
position: relative;
    height: 100%;
    width: 100%;
}

.c-topbanner-title {
    color: #fff;
    font-size: 3.6vh;
    font-weight: 400;
    line-height: 1em;
    -webkit-text-stroke-width: medium;
    position: absolute;
    bottom: -3px;
    left: -2px;
    transform: translate(0%, 0%);
    letter-spacing: 4px;
    margin-bottom: 0px;
}

.c-banner-shadow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
transition: 0.5s;
}


.c-banner-shadow:hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 10%);
}

.c-border {
border: 15px solid #ffffff;
}.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    top: 170px;
    margin-left: -40px;
    bottom: 0;
    opacity: 0;
    width: 20px;
    height: 20px;
    opacity: 1;
    width: 30px;
    height: 30px;
    outline: white;
background-color: transparent;
}

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

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


.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;
}/* HEIGHT GIA TO PRODUCTS STO SLIDER */

div.horizontalitems div.textboxy {
    min-height: 120px;
}

/* THESI TIS TIMIS STO SLIDER */

div.horizontalitems div.infoboxy div.price {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0%);
}.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;
}

.c-div1 img, .c-div2 img {
    height: auto;
    width: auto;
    max-height: 40px;
    margin: 0 !important;
    padding-left: 20px;
    padding-right: 20px;
max-width: 200px;
}

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

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


.c-div3 {
  display: inline-block;
  animation: marquee 51s linear infinite;
}
.c-div4 {
  display: inline-block;
  animation: marquee2 51s linear infinite;
  animation-delay: 0s;
}.c-service-bg {
    min-height: 700px;
    position: relative;
    background-image: url('/cache/files/8645bd465bf7d5585f0593ac237f349998760e7c.jpeg');
    background-position: 50% 90%;
    background-repeat: no-repeat;
    background-position-x: right;
    background-color: #faf8fb;
}

.c-service-title {
    font-size: 3.6vh;
    font-weight: 400;
    line-height: 1em;
    -webkit-text-stroke-width: medium;
    letter-spacing: 4px;
}@media (max-width: 1024px) {
#content {
padding-bottom: 0;
}
}

@media (max-width: 990px){
.c-service-title {
-webkit-text-stroke-width: unset;
font-weight: 600;
}

.c-youtube-iframe {
height: 33vw;
}

.c-service-bg{
background-image: none;
}
.c-service-first-slide {
padding-top: 50px !important;
    padding-bottom: 50px;
}

.c-service-mobile-bg {
    background-image: url('/cache/files/8645bd465bf7d5585f0593ac237f349998760e7c.jpeg');
    height: 250px;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 0;
    background-repeat: no-repeat;
    background-position: right;
}

}
@media (max-width: 768px){
.c-youtube-iframe {
height: 200px;
}

.c-topbanner-title {
font-size: 1em;
letter-spacing: 1px;
bottom: -2px;
left: -1px;
-webkit-text-stroke-width: unset;
}

}