div.filter_iconsearch button {
color: #666;
}

.logged_user {
  margin-right: 20px;
}

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

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



/*basket hover*/
div.items div.group:hover {
    background-color: #fdd8d6;
color: #1a1a1a !important;
    transition: 0.9s;
}
/*end of basket hover*/


/*top menu shadow*/
div.topmenu ul ul {
box-shadow: 7px 15px 16px 0px #00000047;
}
/*end of top menu shadow*/



/*menu underline*/
div.topmenu ul li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: #fdd8d6;
  transition: width 0.5s ease 0s, left 0.5s ease 0s;
  width: 0;
}
div.topmenu ul li a:hover:after { 
  width: 100%; 
  left: 0%; 
}

/*end of menu underline*/


/*BADGES*/

.badgeid2169 {
    background-color: #fdd8d6;
color: #1a1a1a;
}

.badgeid2168 {
    background-color: #fdd8d6;
color: #1a1a1a;
}

/*END OF BADEGES*/


.am_1677 {
background-color: #f1f1f1;
    padding-bottom: 7vh;
    padding-top: 7vh;
}


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

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

.items .detail .price .pricenovat .value {
        font-size: 2em;
        color: #1a1a1a;
        font-weight: 500;
}
.items .detail .price .startprice .value {
        color: #666;
}

.c-metaforika-button {
background-color: #1a1a1a;
    color: #fff;
    display: inline;
    padding: 10px;
font-size: 14px;
}

@media (max-width: 990px) {
#abovetopbanner {
background-color: #fff;
}
}

.p_options_boxes a.selected {
  background-color: #fdd8d6;
  color: #524444;
}

/*VIEW OF SIZES*/


.horizontalitems div.infoline.p_options_boxes a {
    font-size: 1em;
    margin-left: 6px;
    margin-top: 6px;
    border-radius: 8px 0px 8px 0px;
    padding: 6px;
}

.detail div.infoline.p_options_boxes a {
    font-size: 1.2em;
    margin-left: 8px;
    margin-top: 8px;
    border-radius: 8px 0px 8px 0px;
    padding: 12px;
}

span.diffpercent {
    font-size: 1.2em;
    color: #f86381;

}

/*END OF VIEW OF SIZES*/

.infoline a{
border-color: unset !important;
position: relative;
}
.infoline .disabled:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    content: "";
    color: #000;
    opacity: 1;
    height: 100%;
    width: 1px; 
background-color: black;
   transform: rotate(45deg);
}
.infoline .disabled:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    content: "";
    color: #000;
    opacity: 1;
    height: 100%;
    width: 1px; 
background-color: black;
   transform: rotate(-45deg);
}

.infoline .disabled {
opacity: 0.5;
}.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: #cccccc;
  color: #1a1a1a !important;
}.c-bottom-title {
text-align: center;
    font-size: 2em;
    margin-bottom: 10px;
    line-height: 1.4em;
}

.c-bottom-text {
text-align: center; 
padding: 10px 30px; 
font-size: 0.9em; 
border: 1px solid #a1a1a1;
color: #fff;
}

.c-bottom-box {
margin: 0 auto;
max-width: 480px;
}

.c-buttons-in-row-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
}

@media (max-width: 800px) {
.c-buttons-in-row-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
}
}





/*NEWSLETTER FORM*/

.c-form input::placeholder {
color: #fff;
}

.c-form {
    max-width: 450px;
    margin: auto;
    position: relative;
    top: 0;
    transform: translateY(0%);
    width: 80%;
    height: 45px;
    left: -52.5px;
    border: 1px solid #a1a1a1;
}
.c-form .c-inputContainer i {
   position: absolute;
}

.c-inputContainer {
    width: 100%;
    margin-bottom: 0px;
    position: absolute;
    left: 0%;
    transform: translate(0%, -50%);
    top: 50%;
    text-align: left;
}
.c-form .icon  {
   padding: 10px;
   color: #000;
   width: 70px;
   text-align: left;
}
#mod1388-email {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    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: -10px;
    bottom: 0px;
    background-color: #fdd8d6;
border: 1px solid #fdd8d6;
    border: 0px;
    height: 45px;
color: #1a1a1a;
}

.c-form .btn:hover {
    background-color: #1a1a1a;
border: 1px solid #a1a1a1;
color: #a1a1a1;
}

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


@media (max-width: 768px) {

.c-form {
    max-width: 320px;
    margin: auto;
    position: relative;
    top: 0;
    transform: translateY(0%);
    width: 100%;
    height: 45px;
    left: 0px;
    border: 1px solid #a1a1a1;
margin-bottom: 40px;
}

.c-inputContainer {
    width: 300px;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    text-align: left;
    padding-left: 15px;
}
.c-form .submit {
    position: relative;
   top: 70px;
margin: 0 auto;
}
}

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

/*END OF NEWSLETTER FORM*/


/*BUTTONS*/
.c-button-2{
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 12px 15px;
    color: #1a1a1a !important;
    margin: auto;
    background-color: #fdd8d6;
border: 1px solid #fdd8d6;
    transition: 0.3s;
}

.c-button-2:hover {
color: #fff !important;
background-color: #1a1a1a;
border: 1px solid #a1a1a1;
}

@media (max-width: 800px) {
.c-button-2{
margin-top: 5px;
}
}.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;
}.c-offers-bg {
background-image: url('/cache/files/25b48014438eaf850b1a1988987acd030656513a.jpg');
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
position: relative;
    background-position: 79% 50%;
}

.c-offers-textbox {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.c-offers-title {
font-family: bickham-script-pro-3, sans-serif;
font-weight: 400;
font-style: normal;
text-align: center;
font-size: 6em;
line-height: 1em;
margin-bottom: 15px;
}

.c-offers-subtitle {
text-align: center;
letter-spacing: 5px;
line-height: 1em;
    font-size: 1.4em;
opacity: 0.5;
}


.c-button-offers{
min-width: 145px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 15px 15px;
    color: #333;
    margin: auto;
    background-color: transparent;
    transition: 0.3s;
border: 1px solid #1a1a18;
}

.c-button-offers:hover {
color: white;
background-color: #1a1a1a;
border: 1px solid #1a1a1a;
}.c-subtitle {
text-align: center;
font-family: bickham-script-pro-3, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 3em;
opacity: 0.4;
margin-bottom: 0px;
line-height: 1em;
}

.c-big-title {
font-family: century-gothic, sans-serif;
text-align: center;
font-size: 2.4em;
margin-bottom: 0px;
line-height: 1em;
margin-top: -15px;
font-weight: 300;
letter-spacing: 5px;
padding-bottom: 80px;
}

.c-title1 {
font-family: century-gothic, sans-serif;
text-align: center;
font-size: 2.0em;
margin-bottom: 0px;
line-height: 1em;
margin-top: 0px;
font-weight: 300;
letter-spacing: 3px;
padding-bottom: 20px;
}

@media (max-width: 768px) {
.c-big-title {
font-size: 1.8em;
}
}



.c-shop-by-brand-contain {
    padding-bottom: 7vh;
    padding-top: 7vh;
}

.c-brand-img {
border: 1px solid #b3b3b37d;
padding: 10px;
max-width: 100%;
height: auto;
}

.c-brands-container {
margin: 0 auto;
max-width: 90vw;
padding-bottom: 60px;

}

.c-brands-container * {
box-sizing: border-box;

}

.c-brands-container .slick-slide {
margin: 5px;
}

.c-brands-container a{
display: block;
margin: 0 auto;
}





.c-categories-container {
padding-top: 5vh;
padding-bottom: 7vh;
}

.c-category-img {
position: relative;
z-index: 1;
    box-shadow: 20px -20px #fdd8d6;
max-height: 60vh;
margin-top: 20px;
}


.c-category-title {
    font-size: 3.6vh;
    position: absolute;
    bottom: 10px;
    margin-bottom: 0px;
    padding-left: 20px;
    font-weight: 700;
z-index: 2;
}.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;
}

/* ---------------------- */.slick-prev2 {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    margin-right: 55px;
    width: 40px;
    height: 40px;
    opacity: 1;
background-color: #dedede;
border-radius: 50%;
border-style: unset;
bottom: 2vh;
right: 0;
}

 .slick-next2 {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
margin-right: 10px;
    bottom: 0;
    width: 40px;
    height: 40px;
    opacity: 1;
background-color: #dedede;
border-radius: 50%;
border-style: unset;
bottom: 2vh;
right: 0;
}

.slick-prev2:hover, .slick-next2:hover {
background-color: #333;
}

.slick-next2:focus, .slick-prev2:focus {
background-color: #333;
}


.slick-prev2:before, .slick-next2:before {
    content: '→';
    background-repeat: no-repeat;
    background-size: contain;
width: 23px;
    height: 23px;
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%2282px%22%3E%23%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20style%3D%22%22%20d%3D%22M2 2 27.4964571 41.084824 2 79.0694571%22%20%2F%3E%3C%2Fsvg%3E");
position: absolute;
    top: 8px;
    left: 18px;
    bottom: auto;
}

.slick-prev2:before {
    transform: rotate(180deg);
left: 0px;
}

/* DISPLA NONE AN THELOYME NA EINAI KRYFA */

.slick-prev2.slick-disabled, .slick-next2.slick-disabled {
    display: inline-block !important;
}

.linkto img {
display: inline-block;
}

/* ---------------------- */.c-main-shape {
position: absolute;
    width: 0;
    height: 0;
    border-bottom: 90vh solid #ed8781;
    border-left: 90vw solid transparent;
    bottom: 0;
    right: 0;
    opacity: 0.3;
}

.c-main-text-position {
position: absolute;
    top: 50%;
    right: 30%;
    transform: translate(50%, -50%);
    max-width: 35vw;
}


@media (max-width: 768px) {
.c-main-text-position {
position: relative;
    top: 0%;
    right: 0%;
    transform: translate(0%, 0%);
    max-width: 100%;
padding: 20px;
}
}




.c-main-subtitle {
font-family: bickham-script-pro-3, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 6vh;
opacity: 0.4;
margin-bottom: 0px;
line-height: 1em;
}

@media (max-width: 800px) {
.c-main-subtitle {
font-size: 3em;
}
}

.c-main-big-title {
font-family: century-gothic, sans-serif;
    font-size: 6vh;
    margin-bottom: 0px;
    line-height: 1em;
    margin-top: -15px;
    font-weight: 700;
    letter-spacing: 5px;
}


@media (max-width: 800px) {
.c-main-big-title {
font-size: 3.4vh;
}
}

.c-main-img {
width: 100%;
height: auto;
}

.c-buttons-in-row {
display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}