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

#abovetopbanner {
display: none;
}

.userroot #abovetopbanner {
display: block;
}


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


#mod125782content1019 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
  background-color: #eee;
  color: red;
  margin-bottom: 10px;
}

.logged_user {
  margin-right: 10px;
}





.c-imagehome{
background-position: 50% 50%;
background-size: cover;
}


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


.c-marquee{
display: block;
position: relative;
width: 3240px;
height: 100px;
animation: scroll 20s ease-in-out infinite;
}

@keyframes scroll{
0% {left:10px;}
100% {left:-1960px;}
}

.c-black-friday {
font-size: 3.4em;
padding-bottom: 50px;
font-family: 'Frijole', cursive;
color: #cf2027;
text-align: center;
}

#mobile-header .itemsgroup a.showgroup {
  color: white;
}


/*SCROLL BUTTON*/
.scrolltopbutton {
  display: block; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 4vh; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  cursor: pointer; /* Add a mouse pointer on hover */
z-index: 300;
}

.scrolltopbutton:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
/*END OF SCROLL BUTTON*/

div.items div.group {
  height: 50%;
}



/* NEW LOGIN ICON */

.c-login-icon {
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 120px;
}

@media (max-width: 990px) {
.c-login-icon {
    right: 90px;
}
}.cartButton{
  background: #cc0000;
  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: #000;
  color: white;
}.c-newlogo {
    background-image: url('/cache/files/0f47bebff46eb435ca6173d87f30c135472bc0a1.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}




a.mobile-header-startlink {
    background-image: url('/cache/files/0f47bebff46eb435ca6173d87f30c135472bc0a1.svg') !important;
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
}

@media (max-width: 820px) {
a.mobile-header-startlink {
    width: 160px;
    left: 170px;
}
}


.side-nav__header {
    background-color: transparent;
    background-image: url('/cache/files/5fe975adde7177eba226b262ff0e056e3942e276.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 12vh;
    margin-right: 12vh;
max-height: 100px;
}@media (min-width: 990px) {
#contenttop div.items div.detail div.photos {
width: 40%;
}

#contenttop div.items div.detail h3, #contenttop div.items div.detail .contentboxy {
    width: calc(60% - 30px);
    margin-right: 0;
    margin-left: auto;
}

    #contenttop div.items div.detail div.list div.photos {
        width: 100%;
    }

    #contenttop div.items div.detail div.list h3,
    #contenttop div.items div.detail div.list .contentboxy {
        width: auto;
        margin-right: 0;
        margin-left: 0;
    }
}/*FOOTER*/

.c-footer-container {
display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
min-height: 80vh;
padding: 5vh;
z-index: 3;
    position: relative;
}

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


.c-info-container {
width: 50vw;
}
@media (max-width: 820px) {
.c-info-container {
width: 100%;
margin-top: 10vh;
}
}


.c-footer-bg-1 {
position: absolute;
    max-width: 68vw;
    right: -55vh;
    top: -5vh;
    transform: rotate(5deg);
    opacity: 0.3;
z-index: 1;
}

@media (max-width: 820px) {
.c-footer-bg-1 {
    max-width: 100vw;
    right: -25vh;
}
}

.c-footer-bg-2 {
position: absolute;
    max-width: 68vw;
    right: -2vh;
    bottom: -2vh;
    z-index: 1;
}

/*END OF FOOTER*/


/*SOCIAL CONTAINER*/

.c-social-container {
overflow: visible;
position: relative;
margin-top: 15vh;
}

.c-social-position {
    margin-right: 10vw;
    max-width: 400px;
    position: relative;
    margin-left: auto;
}


@media (max-width: 990px) {
.c-social-container {
margin-top: 150px;
}
}


.c-kiderella-button {
display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0vw;
    top: -10vh;
    z-index: 1;
}

.c-kiderella-button img{
max-width: 200px;
height: auto;
position: relative;
}

.c-kiderella-button a{
color: #3588aa !important;
position: relative;
font-weight: 900;
font-size: 0.9em;
}


.c-kiderella-button:before {
background-image: url('/cache/files/e5e74cd90b0813764a5e3dfe277c6c536c648fb6.png');
background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: "";
    display: block;
    position: absolute;
    left: -35px;
    width: 265px;
    height: 270px;
    top: -42px;
}

.c-social-buttons {
    display: flex;
    position: absolute;
    right: 0vw;
    top: -5vh;
    flex-direction: row;
    justify-content: center;
    z-index: 1;
}

.c-social-buttons img{
height: 40px;
width: auto;
}

.c-social-buttons a{
position: relative;
}


.c-social-buttons:before {
background-image: url('/cache/files/b1287b119c29d5a35fbc2e2f910b8b202268b02a.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: "";
    display: block;
    position: absolute;
left: -43px;
    width: 224px;
    height: 155px;
    top: -55px;
}

@media (max-width: 868px) {
.c-social-buttons:before {
    right: -5%;
}
}


/*END OF SOCIAL CONTAINER*/

.c-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}



/*FORM*/

.c-newsletter {
width: 30vw;
max-width: 30vw;
margin: auto;
}

.c-newsletter form {
    margin: auto;
max-width: 30vw;
}

@media (max-width: 820px) {
.c-newsletter form {
max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
}

.c-newsletter form input {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
background-color: #000;
}


.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 {
    font-size: 14px;
    font-weight: 900;
    padding: 15px 15px;
    color: white;
    background-color: #cc0000;
    transition: 0.3s;
    letter-spacing: 1px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: black;
background-color: #fff;
}

@media (max-width: 820px) {
.c-newsletter {
width: 90vw;
max-width: 90vw;
}
}div.horizontalitems div.list .price > div {
    margin-bottom: 10px;
}

div.horizontalitems div.list div.item h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px;
    padding: 0 10px;
    margin-bottom: 10px;
    line-height: 1.2;
}

div.horizontalitems div.list div.group {
display: inline-block;
min-width: 100px;
}

div.items div.group a {
    font-weight: 800;
}

.horizontalitems .availability {
    margin-top: 7px;
}

#abovetopbanner .itemsgroup .htmlbox a {
    color: white;
    background-color: #c00;
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin: 10px;
}

@media (max-width: 990px) {
#contenttop div.horizontalitems div.item {
    width: 50%;
}

div.horizontalitems div.item div.photos {
    height: 160px;
}

div.horizontalitems div.item div.photos img{
    max-height: 160px;
}

div.horizontalitems div.list div.item h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    padding: 0 10px;
    margin-bottom: 10px;
    line-height: 1.25;
}

div.horizontalitems div.item {
    padding-left: 10px;
}

div.horizontalitems div.theitems {
    margin-left: -10px;
    margin-right: -10px;
}

div.items div.group a {
white-space: nowrap;
padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
}
}

@media (min-width: 991px) {
.c-orderby-style form {
    text-align: right;
    margin-top: -40px;
}
}/*BADGES*/

.badgeid272346::before {
    background-color: #cf2027;
}

.badge.badgeid272805::after {
    background-color: #00b1ec;
}

/* EASTER */
.badge.badgeid302864 {
   color: black;
}
.badge.badgeid302864::after {
    background-color: #FFC107;
}
/* ============== */

.badge_wrapper {
    overflow: visible;
}

.badge_wrapper .badge {
    position: absolute;
    top: 15px;
    left: 10px;
    width: fit-content;
    text-align: center;
    padding: 7px 10px;
    z-index: 51;
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    transform-origin: 50% 50%;
font-size: 12px;
    transition: 0.3s;
}

.badge::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: -2;
    position: absolute;
    top: 2px;
    left: -2px;
    background-color: black;
    transition: 0.3s;
}

.photos:hover .badge_wrapper .badge {
    -webkit-transform: scale(1.05) rotate(0deg);
    -ms-transform: scale(1.05) rotate(0deg);
    transform: scale(1.05) rotate(0deg);
}
.photos:hover .badge::before {
    top: 5px;
    left: -5px;
}

.badge::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: -1px;
    left: -1px;
    background-color: #cf2027;
    border: 1px solid black;
}

.itemsquickview .badge_wrapper, .basket .badge_wrapper {
display: none;
}


/*END OF BADGES*/

@media(max-width: 768px) {
.badge_wrapper .badge {
    position: absolute;
    top: -10px;
}
}h3 a, div.items div.list h3 a, div.items h3 a {
    color: #000000;
    text-decoration: none;
}


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

.items .detail .price .pricenovat .value {
        font-size: 2em;
        color: #cc0000;
        font-weight: 300;
line-height: 2em;
}


.items .detail .price.c-price-apostolon .pricenovat .value {
        font-size: 1em !important;
        color: #000;
}


.items .detail .price .startprice .value {
        color: #666;
}
/*end of price*/

.c-orderby-style {
margin-top: 20px;
    margin-bottom: 20px;
}

.horizontalitems .availability {
        font-size: 0.9em;
}


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

/*END OF BASKET BUTTON HOVER*/



/*FILTERS*/

.c-filters-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  background-color: #fff;
  border-radius: 20px;
    padding: 60px 20px 20px 20px;
}

div.boxcollapsible a.toggle span{
  font-size: 130%;
}

.boxcollapsible {
position: relative;
    padding: 0px;
    margin-bottom: 20px;
    background-color: transparent;
box-shadow: 0px 3px 7px rgba(0,0,0,0%);
color: #000;
transition: 0.3s;
}

.boxcollapsible a.toggle span {
    background-image: url('/cache/files/4ebffa492713f0243ceaa7299c6a2ab542e4154d.svg');
    background-color: #cc0000;
    color: white;
    padding: 15px;
    padding-left: 40px;
    background-size: 30px;
    background-position-x: 10px;
    border-radius: 60px;
    box-shadow: 0px 3px 7px rgba(0,0,0,30%);
    position: absolute;
    top: 0px;
    left: -10px;
    display: inline-block;
    background-position: 10px center;
    background-repeat: no-repeat;
}

.boxcollapsible a.toggle::after {
    content: 'x';
    display: block;
    position: absolute;
    right: 10px;
    background-color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.8;
    border-radius: 50%;
    top: 7.5px;
    color: white;
    opacity: 0;
    transition: 0.3s;
font0size: 1.1em;
}

.boxcollapsible a.toggle.openedexpand::after {
    opacity: 1;
}

/* Κενό μεταξύ του κουτιού με τα φίλτρα και των items */
.theitems {
  margin-top: 30px;
}

/*END OF FILTERS*/


/*PRODUCT DETAIL INFO TEXT*/

.c-info-detail-box {
padding: 2vh 4vh 2vh 4vh;
max-width: 400px;
margin-top: 10px;
margin-bottom: 50px;
font-weight: 700;
position: relative;
clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
min-height: 300px;
background-color: #fff;
}




.c-info-detail-line {
    display: flex;
    align-items: center;
margin-top: 10px;
padding-bottom: 10px;
font-size: 0.9em;
letter-spacing: 1px;
}

.c-info-detail-line img{
margin-right: 15px;
max-height: 35px;
width: auto;
filter: invert(15%) sepia(92%) saturate(3880%) hue-rotate(2deg) brightness(80%) contrast(127%);
}


.c-info-detail-line p{
margin-bottom: 0px;
}

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

/*END OF PRODUCT DETAIL*/




/*PRODUCT PHOTO SLIDER*/

.p_photos_slider-main .slider-arrows span {
    background-color: rgb(0 0 0) !important;
    color: #fff !important;
}

/*END OF PRODUCT PHOTO SLIDER*/

/* FIX ORDERBY - ΤΑΞΙΝΟΜΗΣΗ */

.orderby {
text-align: right;
}

@media (max-width: 768px) {
.orderby {
    margin-top: -30px;
    width: 50%;
    margin: -30px 0 -20px auto;
}

}

/* END FIX ORDERBY - ΤΑΞΙΝΟΜΗΣΗ *//*PAGES WITH BIG BANNERS*/

.c-banners-page-view {
display: flex;
gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.c-banners-page-view div{
position: relative;
scale: 1;
transition: 0.7s;
}

.c-banners-page-view div:hover{
scale: 1.1;
transition: 0.7s;
}



.c-banners-page-view img{
position: relative;
border-radius: 20px;
max-height: 50vh;
}

@media (max-width: 820px) {
.c-banners-page-view img{
max-height: 40vh;
}
}


.c-banners-page-view p{
position: absolute;
    color: #fff;
    bottom: -18px;
    margin-left: 10px;
    font-size: clamp(1.375rem, 1.199rem + 0.563vw, 1.875rem); /*22-30*/
    font-weight: 700;
line-height: 1.1em;
}

/*END OF PAGES WITH BIG BANNERS*/




/*PAGES WITH SMALL BANNERS*/

.c-small-banners {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
justify-content: center;
    padding-bottom: 5vh;
    padding-top: 2vh;
}
@media (max-width: 820px) {
.c-small-banners {
    gap: 10px;
}
}


.c-small-banners a{
text-decoration: none;
color: #222;
    box-sizing: border-box;
}

.c-small-banners div{
display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
border: 1px solid #22222224;
    border-radius: 20px;
scale: 1;
transition: 0.7s;
    overflow: hidden;
}

.c-small-banners div:hover{
transition: 0.7s;
border: 2px solid #000;
border-radius: 0px;
scale: 1.1;
}

.c-small-banners img{
max-height: 70px;
width: auto;
    margin-left: 15px;
}
@media (max-width: 820px) {
.c-small-banners img{
max-height: 55px;
    margin-left: 10px;
}
}


.c-small-banners p{
font-size: 0.9em;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 0px;
    background-color: #fff;
    padding: 30px 20px;
    box-shadow: 2px 2px 20px #dedede;
min-width: 110px;
}

@media (max-width: 820px) {
.c-small-banners p{
    padding: 20px 10px;
min-width: 100px;
}
}

/*END OF PAGES WITH SMALL BANNERS*/



/*SELIDES ME UPOKATHGORIES*/


.imagemenu ul li img.pagethumb {
    max-width: 60%;
}

.imagemenu ul li.inactive a {
    box-shadow: 2px 2px 20px #dedede;
scale: 1;
transition: 0.7s;
max-width: 200px;
}


.imagemenu ul li.inactive a:hover {
transition: 0.7s;
border: 2px solid #000;
border-radius: 0px;
scale: 1.1;
}

.imagemenu ul {
    display: flex;
    flex-wrap: wrap;
justify-content: center;
}

.imagemenu ul li {
max-width: 220px;
}

@media (min-width: 1201px) and (max-width: 4800px)
.imagemenu ul li {
    width: auto !important;
}

@media (min-width: 769px) and (max-width: 1200px)
.imagemenu ul li {
    width: auto !important;
}

/*END OF SELIDES ME UPOKATHGORIES*/

@media (max-width: 768px) {
.c-small-banners {
    padding-bottom: 20px;
    padding-top: 0px;
}


.c-small-banners a{
    width: 45%;
}

}#mobile-header {
z-index: 999;
}

#mobile-header div.filter {
    z-index: 99;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
    position: absolute;
    max-height: 0;
    width: calc(50% - 40px) !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: 70px;
    top: 50px;
    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: 2px;
    right: 7px;
    color: black;
}

#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;
}

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

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

#mobile-header .c-search-button.c-activated {
background-color: #c00;
    color: white;
}

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

/* MOBILE */
@media (max-width: 990px) {
#mobile-header div.filter {
    background-color: black;
    max-width: 100%;
    width: 100% !important;
    right: 0;
    top: 81px;
    padding: 0 15px;
}

#mobile-header div.filter.c-active-search-bar {
    padding: 15px 15px;
}

#mobile-header .c-search-button {
    right: 50px;
}

}

.c-login-icon img {
height: 18px;
width: auto;
margin-top: -6px;
}.c-espa-container .c-close-espa {
cursor: pointer;
}

.c-espa-container.active-espa {
    position: fixed;
    max-width: auto;
    right: 10px;
    bottom: 3%;
    z-index: 900;
transform: scale(1);
}

.c-espa-container.active-espa .c-espa-mini {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
opacity: 0;
transition: 0.5s;
transition: opacity 0s;
}


.c-espa-container.active-espa .c-espa-mini img {
    width: 110px;
    height: auto;
transition: 0.5s;
    overflow: hidden;
    border-radius: 50%;
}

.c-espa-container.active-espa .c-espa-box {
    background-color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    transition: 0.5s;
    transition: border-radius 0s;
    width: auto;
overflow: hidden;
height: 60px;
position: relative;
z-index: 3;
}



.c-espa-container.active-espa .c-close-espa {
    position: absolute;
    right: 0px;
    top: -45px;
    background-color: #cc0000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
transition: 0.5s;
z-index: 90;
}

.c-espa-container.active-espa .c-linetop {
    position: absolute;
    width: 20px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.active-espa .c-linebottom {
    position: absolute;
    width: 20px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.active-espa p {
width: 90%;
margin: auto;
}

.c-espa-container.active-espa p, .c-espa-container.active-espa a {
opacity: 1;
transition: 0.5s;
}


/* DECTIVATE */

.c-espa-container.deactive-espa {
    position: fixed;
    max-width: auto;
    right: 70px;
    bottom: 3%;
z-index: 999;
transition: 0.5s;
transform: scale(1);
}

.c-espa-container.deactive-espa .c-espa-mini {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
opacity: 1;
}

.c-espa-container.deactive-espa .c-espa-mini img {
    width: 100px;
    height: auto;
    transition: 0.5s;
    overflow: hidden;
    border-radius: 50%;
}

.c-espa-container.deactive-espa .c-espa-box {
    background-color: white;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    transition: 0.5s;
    transition: border-radius 0s;
    height: 100px;
    width: 100px;
overflow: hidden;
}


.c-espa-container.deactive-espa .c-close-espa {
    position: absolute;
    right: 0px;
    top: -15px;
    background-color: #cc0000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
transition: 0.5s;
z-index: 90;
}

.c-espa-container.deactive-espa .c-linetop {
    position: absolute;
    width: 20px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.deactive-espa .c-linebottom {
    position: absolute;
    width: 20px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.deactive-espa p, .c-espa-container.deactive-espa a {
opacity: 0;
transition: 0.5s;
}




.c-espa-container.active-espa .c-espa-box img {
width: 100%;
height: auto;
opacity: 1;
transition: 0.5s;
transition: opacity 0s;
height: 60px;
width: 460;
}

.c-espa-container.deactive-espa .c-espa-box img {
width: 100%;
height: auto;
opacity: 0;
transition: 0.5s;
transition: opacity 0s;
}


@media (max-width:768px) {

.c-espa-container.active-espa {
transform: scale(0.8);
}

.c-espa-container.deactive-espa {
transform: scale(0.8);
}

.c-espa-container.active-espa .c-espa-box {
height:auto;
}

.c-espa-container.active-espa .c-espa-box img {
width:100%;
height:auto;
}

}/* COUNTDOWN */

.countdown {
    text-align: center;
    padding: 20px;
    background-color: black;
    color: white;
    font-size: 30px;
    font-weight: 800;
    background-image: url('/cache/files/dd172d9c0418855208f0d5b563f3276f5b7f9cda.jpg');
    background-size: cover;
}


/* ========= */

/*MAIN BANNER FETES*/

#belowtopmenu div.gallerycontent div.aphoto img {
    border-radius: 20px;
}

ul.gallery {
    padding: 20px;
    background-color: #000;
}

/*END OF FETES*/


/*KYLIOMENA HASHDAGS*/

.c-kuliomena-hashdags-container {
    width: 100%;
    overflow: hidden;
background-color: #000;
color: #fff;
font-size: clamp(1.125rem, 0.817rem + 0.986vw, 2rem); /*18-32*/
margin-bottom: 0px;
line-height: 1.2em;
font-weight: 900;
}

.c-hashdags {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}


.c-kuliomena-hashdags {
    animation-name: marquee;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    flex-shrink: 0;
}

.c-kuliomena-hashdags li{
    width: fit-content;
    display: inline-block;
    list-style: none;
    padding-right: 20px;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
/*END OF KYLIOMENA HASHDAGS*/


/*CONTENT TOP*/
.content-top-container {
width: 100%;
position: relative;
}

.content-top-image-1 {
position: absolute;
top: 0;
right: 0vh;
max-width: 50vw;
height: auto;
}

.content-top-image-2{
position: absolute;
top: -20px;
right: -20px;
max-width: 50vw;
height: auto;
}

/*END OF CONTENT TOP*/



/*MAIN RED TITLES*/

.c-title-container {
    min-height: 25vh;
    min-width: 25vh;
}

@media (max-width: 820px) {
.c-title-container {
    min-height: 15vh;
    min-width: 15vh;
z-index: 10;
}
}


.c-main-red-title {
font-size: clamp(1rem, 0.71rem + 1.221vw, 3rem); /*16 - 48*/
font-weight: 800;
line-height: 1.1em;
margin-bottom: 0px;
color: #fff;
position: relative;
}


.c-main-red-title span{
font-size: clamp(0.875rem, 0.621rem + 1.069vw, 2.625rem); /*14 - 42*/
}


.c-main-red-subtitle {
padding-top: 10px;
}

@media (max-width: 768px) {
.c-main-red-subtitle {
font-size: 0.6em;
}
}

.c-main-red-subtitle a {
font-weight: 600;
line-height: 1.1em;
margin-bottom: 0px;
color: #fff;
position: relative;
text-decoration-color: black;
text-decoration-thickness: 3px;
z-index: 1;
}

.c-main-red-subtitle a{
    &:before{
        content: "LET'S GO!";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 23px;
        transform: scaleY(0);
        background-color: black;
z-index: 0;
        transition: transform 0.3s;
text-align: center;
    line-height: 1em;
    margin-bottom: 0;
    padding-top: 5px;
    }

    &:hover {
        &:before{
            transform: scaleY(1);
        }
    }
}


.c-red-box {
width: 25vh;
    height: 25vh;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 5vh;
    justify-content: center;
z-index: 10;
}

@media (max-width: 820px) {
.c-red-box {
width: 15vh;
    height: 15vh;
    padding: 3vh;
}
}


.c-red-box-look-1:before {
background-image: url('/cache/files/fe2056af8b343d4e5d83172eab4827bec5be9895.png');
background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -15vh;
    background-color: #cc0000;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 25vh;
    height: 25vh;
    top: 0px;
    rotate: 21deg;
    background-position-y: -15vh;
}


@media (max-width: 820px) {
.c-red-box-look-1:before {
    background-position-x: -6vh;
    left: 0px;
    width: 15vh;
    height: 15vh;
}
}




.c-main-red-title-position-banner {
position: absolute;
    right: -0vw;
    bottom: -7vw;
}

@media (max-width: 820px) {
.c-main-red-title-position-banner {
    bottom: -17vw;
right: 2vw;
}
}

@media (max-width: 500px) {
.c-main-red-title-position-banner {
    bottom: -31vw;
right: 2vw;
}
}




.c-red-box-look-2:before {
    box-shadow: 10px 10px 0px 0px #000;
background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -15vh;
    background-color: #cc0000;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 25vh;
    height: 25vh;
    top: 0px;
    rotate: 21deg;
    background-position-y: -15vh;
}
@media (max-width: 820px) {
.c-red-box-look-2:before {
    width: 15vh;
    height: 15vh;
}
}



.c-red-box-look-3:before {
background-image: url('/cache/files/e63637e569624052ef2510472b52bb6921110fa4.png');
background-size: 170%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #cc0000;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 25vh;
    height: 25vh;
    top: 5vh;
    rotate: 21deg;
}
@media (max-width: 820px) {
.c-red-box-look-3:before {
    width: 15vh;
    height: 15vh;
    top: 4vh;
}
}



.c-red-box-look-4:before {
background-image: url('/cache/files/9cd4c1b126973d9d89824afdf42513d5047d7de9.png');
background-size: 100%;
    background-repeat: no-repeat;
    background-position: 40% 40%;
    background-color: #cc0000;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 25vh;
    height: 25vh;
    top: 0px;
    rotate: 21deg;
}
@media (max-width: 820px) {
.c-red-box-look-4:before {
    width: 15vh;
    height: 15vh;
}
}


/*END OF MAIN RED TITLES*/






/*BRANDS SECTION*/
.c-brands-container {
max-width: 95vw;
margin: 5vh auto;
    display: flex;
    align-items: center;
padding-top: 5vh;
}


@media (max-width: 820px) {
.c-brands-container {
max-width: 100vw;
margin: 0vh auto;
flex-direction: column;
    align-items: flex-start;
}
}

.c-brands-slider {
width: 75vw;
}

@media (max-width: 820px) {
.c-brands-slider {
width: 100vw;
}
}

.c-brands-slider .slick-slide {
    background-color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    min-height: 120px;
    transition: 0.4s;

}


.c-brands-slider .slick-slide:hover {
      box-shadow: 2px 2px 10px #dedede;
    transition: 0.4s;
}

.c-brands-slider img{
width: auto;
max-height: 77px;
max-width: 200px;
height: auto;
padding: 10px;
scale: 1;
    transition: 0.4s;
}

.c-brands-slider .c-demonslayer img{
    max-height: 85px;
    padding: 0;
}

.c-brands-slider .slick-slide:hover img{
scale: 1.1;
    transition: 0.4s;
}


.c-brands-slider .slider-arrows {
top: -20px;
}

.c-brands-slider .slider-arrows span{
font-size: 24px;
}

.c-brands-slider .slider-arrow-right {
    left: 50px;
right: auto;
}

@media (max-width: 820px) {
.c-brands-slider .slider-arrow-right {
    left: auto;
right: 0;
}
}

@media (max-width: 820px) {
.c-brands-slider .slider-arrow-left{
right: 50px;
left: auto;
}
}


/*END OF BRANDS SECTION*/


/*BANNERS*/
.c-banner-container {
max-width: 95vw;
margin: 5vh auto 20vh auto;
position: relative;
}

.c-banner-slider {

}

.c-banner-slider .slick-slide {
margin: 10px;
scale: 1;
}

@media (max-width: 767px) {
.c-banner-slider .slick-slide {
margin: 5px;
}
}

.c-banner-slider .slick-slide img{
position: relative;
border-radius: 20px;
}

.c-banner-slider .slick-slide p{
position: absolute;
    color: #fff;
    bottom: -18px;
    margin-left: 10px;
    font-size: clamp(1.375rem, 1.199rem + 0.563vw, 1.875rem); /*22-30*/
    font-weight: 700;
}

.c-banner-slider .slider-arrows {
bottom: 0px;
}

.c-banner-slider .slider-arrows span{
font-size: 24px;
    position: absolute;
    bottom: -21vh;
    left: 2vh;
}

@media (min-width: 1440px) {
.c-banner-slider .slider-arrows span{
    bottom: -21vh;
}
}

@media (min-width: 1680px) {
.c-banner-slider .slider-arrows span{
    bottom: -18vh;
}
}

@media (max-width: 767px) {
.c-banner-slider .slider-arrows span{
    bottom: -18vh;
}
}

.c-banner-slider .slider-arrow-right {
    left: 50px;
right: auto;
}
/*END OF BANNERS*/


/*NEW IN SECTION*/

.c-new-in-container {
min-height: 15vh;
position: relative;
}

@media (max-width: 820px) {
.c-new-in-container {
min-height: 5vh;
}
}

@media (max-width: 600px) {
.c-new-in-container {
min-height: 0vh;
}
}

.c-main-red-title-position-new-in{
position: absolute;
    left: -4vw;
    top: -5vw;
    z-index: 5;
}
@media (max-width: 820px) {
.c-main-red-title-position-new-in{
    top: -15vw;
}
}
@media (max-width: 600px) {
.c-main-red-title-position-new-in{
    top: -28vw;
}
}

/*PRODUCT SLIDER*/
div.horizontalitems .theitems.slick-slider div.item div.photos {
    height: auto;
}


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

.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;
}


/*END OF NEW IN SECTION*/


/*BOTTOM BANNERS*/

.c-botttom-banners-container {
position: relative;
margin: 5vh auto;
max-width: 90vw;
    display: flex;
    align-items: center;
gap: 10vw;
justify-content: flex-end;
}

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


.c-main-red-title-position-last {
position: absolute;
    top: -4vw;
    left: -2vw;
    z-index: 5;
}
@media (max-width: 820px) {
.c-main-red-title-position-last {
position: absolute;
    top: -10vw;
}
}
@media (max-width: 500px) {
.c-main-red-title-position-last {
position: absolute;
    top: -15vw;
}
}

.c-botttom-banners-container .c-title-container .c-main-red-title {
color: #000;
text-align: center;
}


.c-bottom-banner {
background-color: #fff;
padding: 20px;
border-radius: 30px;
position: relative;
width: 33vw;
}

@media (max-width: 820px) {
.c-bottom-banner {
width: 80vw;
}
}

@media (max-width: 820px) {
.c-bottom-banner-margin {
margin-top: 5vh;
}
}

.c-bottom-clothes-big-img {
position: absolute;
    top: -1vw;
    left: -8vw;
    max-height: 25vw;
    width: auto;
max-width: 20vw;
height: auto;
}
@media (max-width: 820px) {
.c-bottom-clothes-big-img {
    max-height: 29vh;
    max-width: 29vh;
}
}
@media (max-width: 430px) {
.c-bottom-clothes-big-img {
    left: -20vw;
}
}

.c-bottom-home-big-img {
position: absolute;
    top: -4vw;
    left: -5vw;
    max-height: 25vw;
    width: auto;
    max-width: 20vw;
    height: auto;
}
@media (max-width: 820px) {
.c-bottom-home-big-img {
    max-height: 29vh;
    max-width: 29vh;
}
}
@media (max-width: 430px) {
.c-bottom-home-big-img {
    left: -12vw;
}
}


.c-bottom{
display: flex;
    flex-direction: column;
    align-items: flex-end;
justify-content: center;
}

.c-bottom img{
max-width: 15vw;
height: auto;
}

@media (max-width: 820px) {
.c-bottom img{
max-width: 20vh;
}
}



.c-bottom-title {
font-size: clamp(1.25rem, 0.996rem + 1.069vw, 3rem); /*20 - 48*/
font-weight: 800;
line-height: 1em;
margin-bottom: 5px;
color: #000;
margin-top: 10px;
}

.c-bottom-subtitle a {
font-weight: 600;
line-height: 1.1em;
margin-bottom: 0px;
color: #000;
position: relative;
text-decoration-color: black;
text-decoration-thickness: 3px;
z-index: 1;
}

.c-bottom-subtitle a{
    &:before{
        content: "LET'S GO!";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 20px;
        transform: scaleY(0);
        background-color: black;
z-index: 0;
        transition: transform 0.3s;
text-align: center;
    line-height: 1em;
    margin-bottom: 0;
    padding-top: 5px;
color: #fff;
    }

    &:hover {
        &:before{
            transform: scaleY(1);
        }
    }
}

/*END OF BOTTOM BANNERS*/


/*INSTAGRAM*/

.instagram_module_container {
    padding-top: 0vh !important;
    padding-bottom: 0vh !important;
}


.instagram_module_container .slick-slide {
    border-radius: 20px;
}

.c-instagram {
text-align: center;
    padding-top: 6vh;
}


/*END INSTAGRAM*/


.c-box-iris {
/*display: none;*/
    font-size: 20px;
}

.userroot .c-box-iris {
display: block;

}

.c-box-iris .col-md-6:nth-child(1) > div {
background-color: #e0e0e0;
padding-right: 20px;
box-sizing: border-box;
text-align: right;
}
.c-box-iris .col-md-6:nth-child(2) > div {
background-color: #44d62b;
padding-left: 20px;
box-sizing: border-box;
}

.c-box-iris .col-md-12, .c-box-iris .col-sm-12, .c-box-iris .col-xs-12 {
background-color: #44d62b;
text-align: center;
}

@media (max-width: 768px) {

.c-box-iris {
    font-size: 14px;
}

.c-box-iris .col-md-6:nth-child(1) > div {
padding-right: 0px;
box-sizing: border-box;
text-align: center;
}
.c-box-iris .col-md-6:nth-child(2) > div {
padding-left: 0px;
box-sizing: border-box;
text-align: center;
}
}