body {
overflow-x: hidden;
}

:root {
--primary: #222222;
--second: #ff85a2;
--third: #ff2d55;
--fourth: #ff85a2;
}

/*MENU*/

div.topmenu div.megamenu h2 {
    margin-bottom: 10px !important;
}

div.topmenu ul li:nth-last-child(1) a {
    background-color: var(--third);
color: #fff;
}

div.topmenu ul li:nth-last-child(1) a:hover {
    background-color: var(--primary);
color: #fff;
}

div.topmenu ul ul li:nth-last-child(1) a {
    background-color: #fff;
color: #222;
}

/*END OF MENU*/


/*BUDGES*/

.badge_wrapper {
    top: 10px;
    left: 10px;
}

.badge {
left: 0px;
top: 0px;
    width: 20px !important;
    padding: 20px 15px !important;
    transform: rotate(0deg) !important;
    height: 17px !important;
    min-width: 30px !important;
border-radius: 50%;
}
/*sales budge*/
.badgeid2398 {
    background-color: var(--third);
}

/*new budge*/
.badgeid2397 {
    background-color: var(--fourth);
}



/*END OF BUDGES*/



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


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

/*price view*/
.horizontalitems .price .pricenovat .value {
        color: #fb0348;
        font-weight: 900;
}

.items .detail .price .pricenovat .value {
        font-size: 2em;
        color: #fb0348;
        font-weight: 500;
margin-bottom: 30px;
}
.items .price .startprice .value {
        color: #7e7e7e;
}

div.horizontalitems div.infoboxy div.price {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
/*end of price*/



/*KALATHI AGORON*/
div.items div.group a {
    padding-top: 12px !important;
}

div.items div.group {
    transition: 0.4s;
}


div.items div.group:hover {
background-color: #222;
}

/*END OF KALATHI AGORON*/
.c-newlogo {
    background-image: url('/cache/files/8d05ef8d361eb23ee6bbbd933d1c5dc092c81480.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/8d05ef8d361eb23ee6bbbd933d1c5dc092c81480.svg');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 170px;
    transform: translate(0%, 0%);
    left: 60px !important;
}

.side-nav__header {
    background-color: transparent;
    background-image: url('/cache/files/8d05ef8d361eb23ee6bbbd933d1c5dc092c81480.svg') !important;
    color: #333;
    background-repeat: no-repeat;
background-position: left;
    background-size: contain;
    margin: 20px 10vw;
}
.side-nav__header {
    max-height: 60px;
    height: 30%;
}.cartButton{
  background: var(--primary);
  border-radius: 0px;
  margin-top: 0.5em;
  margin-bottom: 1em;
    transition: 0.4s;
  text-align: center;
}

.cartButton span {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}

.cartButton:hover {
  background-color: var(--second);
  color: #fff!important;
}.c-footer {
font-size: 14px;
}
.c-footer a{
text-decoration: none;
}

.c-footer-contact {
display: flex;
gap: 20px;
align-items: flex-end;
    justify-content: space-between;
flex-wrap: wrap;
}

@media (max-width: 1025px) {
.c-footer-contact {
justify-content: center;
}
}


.c-footer-menu {
display: flex;
    gap: 0px;
    flex-wrap: wrap;
    align-items: center;
margin-top: 5vh;
justify-content: center;
}

@media (max-width: 500px) {
.c-footer-menu {
    flex-direction: column;
}
}

.c-footer-menu a{
padding-right: 15px;
    border-right: 1px solid #ffffff6e;
    font-size: 12px;
    border-left: 1px solid #ffffff6e;
    padding-left: 15px;
margin-bottom: 7px;
}


@media (max-width: 500px) {
.c-footer-menu a{
    border-right: 0px solid #ffffff6e;
    border-left: 0px solid #ffffff6e;
margin-bottom: 12px;
}
}


.c-footer-social {
display: flex;
gap: 23px;
flex-wrap: wrap;
}

@media (max-width: 1000px) {
.c-footer-social {
justify-content: center;
}
}

.c-footer-social img{
height: 30px;
width: auto;
margin-right: 3px;
}

.c-footer-cards {
text-align: center;
margin-top: 20px;
font-size: 12px;
}


/*NEWSLETTER*/

.c-newsletter {
margin: 5vh auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 10px;
    font-size: 1.4em;
    font-weight: 300;
text-align: center;
    letter-spacing: 2px;
}

.c-newsletter form input {
background-color: transparent;
    padding: 10px;
    border-bottom: 1px solid #ffffff6e;
border-right: 0px;
border-top: 0px;
border-left: 0px;
    width: 100%;
}


.c-newsletter form input:focus-visible {
outline: none;
}

.c-newsletter form input::placeholder {
color: #ffffff6e;
font-size: 12px;
text-align: center;
    letter-spacing: 2px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 12px 20px;
    color: white;
    background-color: transparent;
    transition: 0.3s;
    letter-spacing: 1px;
    border: 1px solid #fff;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: var(--second);
    border: 1px solid var(--second);
}


.c-newsletter-text {
font-size: 10px;
    margin-top: 8px;
    font-style: italic;
    color: #ffffffc4;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}@media screen and (min-width: 992px){
  #abovetopbanner div.filter.filter_iconsearch {
    display: none;
  }
}


/*ΑΝΑΖΗΤΗΣΗ*/
#topbanner div.filter {
    float: right;
    margin-top: 32px;
    margin-right: 10px;
}

div.filter_iconsearch input {
    border-radius: 30px !important;
}

div.filter_iconsearch input {
    border: 0px solid #cacaca;
    padding: 8px 30px 5px 8px;
}

div.filter_iconsearch button {
    color: #222222;
}


/*KALATHI AGORON*/

#innertopbanner .itemsgroup a.showgroup {
    float: right;
    margin-top: 27px;
    margin-right: 0px;
}

.itemsgroup a.showgroup span {
font-weight: 900;
font-size: 12px;
letter-spacing: 1px;
}



#mobile-header .itemsgroup .boxy, #topbanner .itemsgroup .boxy, #abovetopbanner .itemsgroup .boxy {
    right: 0;
    min-width: 300px;
width: 300px;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2vw 2vw 10px 2vw;
    color: var(--primary);
box-shadow: 1px 1px 13px 1px #dddddd;
}

#mobile-header .itemsgroup .boxy .sumprice, #topbanner .itemsgroup .boxy .sumprice, #abovetopbanner .itemsgroup .boxy .sumprice {
background-color: #f2f2f2;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/*LOGIN PLACE*/

.c-login-pos {
position: absolute;
top: 38px;
}/*MARQUE*/
.c-abovetopbanner-marquee {
  background-color: #222;
  color: #fff !important;
  padding: 0px;
  overflow: hidden;
}

.c-abovetopbanner-marquee ul {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: marquee 65s linear infinite;
}

.c-abovetopbanner-marquee li {
  white-space: nowrap; 
padding-left: 20px;
}

.c-abovetopbanner-marquee li a{
color: #fff !important;
text-decoration: underline !important;
}

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





/* GLWSSES */

.langchooser {
    position: absolute;
    top: 5px;
    right: 35px;
    width: 75px;
}

div.langlist ul {
background-color: #fff;
padding: 6px 10px 2px 10px !important;
border-radius: 20px 20px 0px 20px;
}

@media (max-width: 768px) {
div.langlist ul {
border-radius: 14px;
min-height: 55px;
}
}

#abovetopbanner .langchooser ul li a {
    font-size: 12px;
color: #222!important;
}

#abovetopbanner .langchooser ul li a span {
    visibility: hidden;
    width: 0;
    display: inline-block;
}

@media (min-width: 768px) {
    div.langlist span.langtext {
        display: none;
    }
}

.langchooser ul li:nth-child(1) a::before {
   content: 'ΕΛ';
   display: inline-block;
    cursor: pointer;
}

.langchooser ul li:nth-child(2) a::before {
   content: 'EN';
   display: inline-block;
    cursor: pointer;
border-left: 1px solid #222;
padding-left: 8px;
}

#abovetopbanner .langchooser ul li.active a, #mobile-header .langchooser ul li.active a {
color: #222!important;
font-weight: 900;
}

#abovetopbanner .langchooser, #abovetopbanner .htmlbox {
float: none;
padding: 0px;
}

/* END GLWSSES */



.c-button-1 {
display: inline-block;
color: #222;
padding: 8px 14px;
border: 1px solid var(--primary);
text-decoration: none;
margin-top: 7px;
margin-bottom: 15px;
    transition: 0.4s;
font-size: 14px;
}

.c-button-1:hover  {
background-color: var(--second);
border: 1px solid var(--second);
color: #fff;
}

.c-button-2 {
display: inline-block;
color: #fff;
padding: 12px 14px;
border: 1px solid #fff;
text-decoration: none;
margin-top: 7px;
margin-bottom: 15px;
    transition: 0.4s;
font-size: 14px;
}

.c-button-2:hover  {
background-color: var(--second);
border: 1px solid var(--second);
color: #fff;
}


.c-mobile-menu-button {
color: #222;
padding: 8px 14px;
border: 1px solid var(--primary);
text-decoration: none;
    display: block;
    text-align: center;
    margin: 10px 10vw;
    transition: 0.4s;
font-size: 14px;
}

.mobile-menu-buttonn:hover  {
background-color: var(--second);
border: 1px solid var(--second);
color: #fff;
}#mobile-header div.filter {
    z-index: 99;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
    position: absolute;
    max-height: 0;
    width: 90% !important;
    max-width: 500px;
    box-shadow: 0 7px 10px rgb(0 0 0 / 0%);
    background-color: transparent;
    padding: 0px;
    padding-top: 5px;
    margin: 0 !important;
    left: auto;
    right: 10px;
    top: 100px;
    transition: all 0.5s;
}



#mobile-header div.filter form {
margin-top: 5px;
    margin-bottom: 0;
    width: 100%;
}

#mobile-header div.filter_iconsearch input {
    padding: 10px 40px 10px 5px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
}

#mobile-header div.filter_iconsearch button {
    top: -12px;
    right: 7px;
    color: #f0444a;
}

#mobile-header div.filter.c-active-search-bar {
    max-height: 200px;
    box-shadow: 0 7px 10px rgb(0 0 0 / 10%);
    transition: all 0.5s;
padding: 15px 15px;
background-color: #ffcfda;
    border-radius: 30px;
}

#mobile-header .c-search-button {
    position: absolute;
top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    right: 60px;
    padding: 3px 5px 5px 9px;
    margin-right: 4px;
    cursor: pointer;
    background-color: transparent;
    color: #f0444a;
}

#mobile-header .c-search-button .fa {
    font-size: large;
}

#mobile-header .c-search-button.c-activated {
background-color: #f0444a;
    color: white;
border-radius: 50%;
}

#mobile-header .c-search-button.c-activated .fa-search:before {
    content: "x";
font-family: 'Manrope', sans-serif;
font-weight: 800;
}.mobile-header {
    box-shadow: none;
}

.side-nav__footer {
    box-shadow: none;
}

.side-nav__hide {
    left: auto;
    top: 30px;
    border: 1px solid #222;
    color: #FFF;
    width: 37px;
    height: 37px;
    padding: 5px 5px;
    right: 8vw;
}

.side-nav--visible .side-nav__container {
    position: relative;
    width: 94%;
    max-width: 94%;
    background: #f5f5f5;
    height: 96%;
top: 2%;
    left: 3%;
}
.side-nav__content {
margin: 10vw;
}/*INTRO*/
.c-home-intro {
padding: 3vw;
display: flex;
    gap: 30px;
    justify-content: space-between;
}
@media (max-width: 800px) {
.c-home-intro {
flex-direction: column;
    align-items: center;
}
}

.c-logos {
display: flex;
    gap: 30px;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    width: -webkit-fill-available;
}

@media (max-width: 800px) {
.c-logos {
display: none;
}
}

.c-logos img {
max-width: 150px;
height: auto;
}

@media (min-width: 800px) {
.c-brands {
display: none;
}
}

.c-b2b {
background-color: #222;
    color: #fff;
    padding: 40px;
    width: 420px;
    font-size: 14px;
    min-width: 320px;
}

@media (max-width: 800px) {
.c-b2b {
    width: 95vw;
}
}

.c-b2b-title {
font-size: 24px;
letter-spacing: 1px;
font-weight: 900;
margin-bottom: 0px;
}

.c-b2b a {
display: inline-block;
color: #fff;
padding: 10px 14px;
border: 1px solid #fff;
text-decoration: none;
margin-top: 7px;
    transition: 0.4s;
}

.c-b2b:hover a {
background-color: var(--second);
border: 1px solid var(--second);
}




/*CONTAINERS*/

.c-nuxia-container, .c-makeup-container {
display: flex;
gap: 20px;
align-items: center;
margin: 0vw 0;
padding: 0vw 10px;
}

.c-nuxia-container > div:nth-child(1), 
.c-makeup-container > div:nth-child(1) {
width: 35%;
}

.c-nuxia-container > div:nth-child(2), .c-makeup-container > div:nth-child(2) {
width: calc(65% - 20px);
}

.c-mallia-container {
display: flex;
gap: 20px;
align-items: center;
flex-direction: row-reverse;
background-color: #ffeaef;
margin: 4vw 0;
padding: 4vw 10px;
}

.c-soma-container {
display: flex;
gap: 20px;
align-items: center;
flex-direction: row-reverse;
background-color: #ffeaef;
margin: 4vw 0 0 0;
padding: 4vw 10px;
}

.c-mallia-container > div:nth-child(1), .c-soma-container > div:nth-child(1) {
width: 35%;
}

.c-mallia-container > div:nth-child(2), .c-soma-container > div:nth-child(2) {
width: calc(65% - 20px);
}

.c-nuxia-items, .c-malia-items, .c-make-up-items, .c-soma-items  {
padding: 0px 10px;
}


@media (max-width: 800px) {
.c-nuxia-container, .c-makeup-container {
flex-direction: column;
}

.c-nuxia-container > div:nth-child(1), 
.c-makeup-container > div:nth-child(1) {
width: 100%;
}

.c-nuxia-container > div:nth-child(2), .c-makeup-container > div:nth-child(2) {
width: 100%;
}

.c-mallia-container {
flex-direction: column;
}

.c-soma-container {
flex-direction: column;
}

.c-mallia-container > div:nth-child(1), .c-soma-container > div:nth-child(1) {
width: 100%;
}

.c-mallia-container > div:nth-child(2), .c-soma-container > div:nth-child(2) {
width: 100%;
}
}


/*PRODUCTS VIEW*/

div.c-items-nuxia div.item div.group, div.c-malia-items div.item div.group, div.c-make-up-items div.item div.group, div.c-soma-items div.item div.group  {
    display: none;
}

div.c-items-nuxia div.item div.linkto, div.c-malia-items div.item div.linkto, div.c-make-up-items div.item div.linkto, div.c-soma-items div.item div.linkto {
    display: none;
}

div.c-items-nuxia div.item div.textboxy, div.c-malia-items div.item div.textboxy, div.c-make-up-items div.item div.textboxy, div.c-soma-items div.item div.textboxy {
text-align: center;
}

/*TITLES*/

.c-items-nuxia h1, .c-malia-items h1, .c-make-up-items h1, .c-soma-items h1 {
font-size: clamp(1.625rem, 1.326rem + 1.593vw, 3.875rem)!important; /*26-62*/
text-align: left !important;
    padding: 30px !important;
}

@media (max-width: 800px) {
.c-items-nuxia h1, .c-malia-items h1, .c-make-up-items h1, .c-soma-items h1 {
    padding: 30px 0px !important;
}
}

/*SLIDERS ARROWS*/

.slider-arrows {
    border: 1px solid;
    border-radius: 50%;
    height: 60px;
    width: 60px;
top: -70px;
padding: 12px 14px;
}

.slider-arrows span {
    font-size: 16px;
}

.slider-arrow-left {
    left: auto;
    right: 90px;
}

.slider-arrow-right {
    right: 20px;
}


@media (max-width: 800px) {
.slider-arrows {
    height: 50px;
    width: 50px;
top: -70px;
padding: 12px 14px;
}

.slider-arrows span {
    font-size: 14px;
}

.slider-arrow-left {
    left: auto;
    right: 70px;
}

.slider-arrow-right {
    right: 10px;
}
}



/*BANNERS-SLIDER*/
.c-banners-slider .slick-dots {
    bottom: 0px;
}



/* ====== Marquee wrapper ====== */
.c-brands {
  position: relative;
  overflow: hidden;   
  width: 100%;
  padding: 5vh 0 5vh 0;
}

.c-brands img{
max-width: 100px;
height: auto;
}

/* ====== Marquee track ====== */
.c-brands-track {
  display: flex;
  align-items: center;
  gap: 25px;
  width: max-content;
  animation: brands-marquee 30s linear infinite;
  will-change: transform;
}

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