/* PRODUCT SLIDERS CSS (TEMP) - REMOVE ONCE UPDATED */
.p_photos-main-slider img {
width: 100%;
}

.slider-arrows span {
    font-size: 12px;
    font-weight: 100;
width: 32px;
height: 32px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
position: relative;
}
.slider-arrows span:before {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.slider-arrow-right span:before {
    left: calc(50% + 1px);
}
.slider-arrow-left span:before {
    left: calc(50% - 1px);
}
/* PROD SLIDER */

body, select, input, textarea, label, table, form, button, optgroup {
font-family: 'Manrope', sans-serif;
}


#contenttop h1, #rightytop h1, #rightyl h1 {
font-family: 'Noto Serif Display', serif;
    font-size: 2em;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1em;
}


/*BADGES*/
.badge {
    background-color: #1a1a1a;
}
.badge_wrapper .badge {
    color: white;
    position: absolute;
    top: 15px;
    left: 5px;
    width: auto;
    text-align: center;
    padding: 12px 18px;
    z-index: 51;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    text-transform: uppercase;
}

/*END OF BADGES*/

.c-footer-title {
font-size: 1.4em;
    font-weight: 200;
    margin-bottom: 5px;
    letter-spacing: 3px;
}

.c-newsletter-title {
font-family: 'Noto Serif Display', serif;
font-size: 2.2em;
    font-weight: 600;
    letter-spacing: 3px;
line-height: 1em;
}


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

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

div.filter_iconsearch input {
    padding: 2px 30px 5px 2px;
}

/*basket button*/
div.items div.group:hover {
    background-color: #f1f1f1;
    transition: 0.9s;
}

/*end of basket button*/

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

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

.items .detail .price .startprice .diffpercent{
        color: #666;
        font-weight: 200;
}


.horizontalitems .price .startprice .value {
        color: #666;
        font-weight: 200;
}

.horizontalitems .price .startprice .diffpercent{
        color: #666;
        font-weight: 200;
}
/*end of price*/

/*SIZE VIEW*/

.p_options_boxes a.availtype1 {
    border-color: #bdbbbb;
padding: 5px 10px;
}
.p_options_boxes a.selected {
    background-color: #1a1a1a;
    color: white;
}

/*END OF SIZE VIEW*/


/*BUTTONS*/
.c-button-1 {
    position: relative;
    text-decoration: none;
    font-weight: 100;
    line-height: 1em;
    text-align: center;
    padding: 10px 15px;
    color: #1a1a1a;
    background-color: transparent;
    transition: 0.9s;
    border: 1px solid #1a1a1a52;
    margin: 5px;
}

.c-button-1:hover {
    background-color: #1a1a1a;
color: #fff;
}

.c-button-2 {
    position: relative;
    text-decoration: none;
    font-weight: 100;
    line-height: 1em;
    text-align: center;
    padding: 10px 15px;
    color: #1a1a1a;
    background-color: transparent;
    transition: 0.9s;
    border: 1px solid #1a1a1a52;
}

.c-button-2:hover {
    background-color: #1a1a1a;
color: #fff;
}

.c-button-3 {
    position: relative;
    text-decoration: none;
    font-weight: 100;
    line-height: 1em;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    background-color: #transparent;
    transition: 0.9s;
    border: 1px solid #ffffff63;
}

.c-button-3:hover {
    background-color: #fff;
color: #1a1a1a;
}

/*END OF BUTTONS*/.cartButton{
  background: #1a1a1a;
  border-radius: 4px;
  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: #cccccc;
  color: #1a1a1a !important;
}.c-newsletter {

}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form input {
    padding: 10px;
    width: 90%;
border-bottom: 1px solid #1a1a1a52;
border-top: 1px solid transparent;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
}


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

.c-newsletter form input::placeholder {
color: #1a1a1a;
font-size: 14px;
}

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

.c-newsletter form .submit button {
    position: relative;
    text-decoration: none;
    font-weight: 100;
    line-height: 1em;
    text-align: center;
    padding: 10px 15px;
    color: #1a1a1a;
    background-color: transparent;
    transition: 0.9s;
    border: 1px solid #1a1a1a52;
min-width: 150px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #1a1a1a;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.am_2144 {
padding-bottom: 5vh;
}

.am_1677 {
padding-bottom: 5vh;
}

.c-category-text {
text-align: center;
max-width: 640px;
margin: 0 auto;
padding-top: 10vh;
padding-bottom: 5vh;
}

.c-buttons-inrow {
display: flex;
    flex-direction: row;
    justify-content: center;
}

.c-category-title {
font-family: 'Noto Serif Display', serif;
font-size: 2.4em;
    font-weight: 700;
    letter-spacing: 6px;
    line-height: 1em;
    margin-bottom: 20px;
}




/*MAIN BANNER STYLES*/

.c-mainbanners-container {
    max-width: 95vw;
    margin: 0 auto;
    margin-top: 25px;
}

@media (max-width: 800px) {
.c-mainbanners-container {
    max-width: 100vw;
    margin: 0 auto;
    margin-top: 0px;
}
}

.c-main-banners {
    height: 70vh;
    position: relative;
}

.c-main-banners-sm-xs {
width: 100%;
background-color: #f3f3f3;
height: auto;
padding: 20px;
}

.c-banner1-image-position {
    position: absolute;
    top: 0;
    height: 95%;
    width: 75vw;
    right: 0;
}

.c-banner1-image {
background-size: cover;
    height: 100%;
    background-position: bottom;
}

.c-banner2-images {
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.c-main-banner-greybackground {
width: 40vw;
position: absolute;
bottom: 0px;
left: 0;
background-color: #f3f3f3;
    height: 60vh;
}

.c-main-banner-text-position {
    max-width: 10vw;
position:absolute;
bottom: 5vh;
    left: 5vh;
}

.c-main-banner-title {
font-family: 'Noto Serif Display', serif;
font-size: 5vh;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 0px;
}


/*END OF MAIN BANNER STYLES*/


/*ABOUT STYLES*/
.c-about-container {
margin-top: 5vh; 
margin-bottom: 5vh; 
background-color: #1a1a1a; 
color: #fff;
}

.c-video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
max-height: 60vh;
}

.c-about-text {
padding: 5vh; 
max-width: 611px;
}

.c-about-title {
font-family: 'Noto Serif Display', serif;
font-size: 3vh;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 10px;
}

/*END OF ABOUT STYLES*/

/*CATEGORIES STYLES*/

.c-categories-container {
z-index: 5;
max-width: 80vw;
margin-left: 5vh;
}

.c-categories-img {
height: 38vw;
width: auto;
}

@media (max-width: 800px) {

.c-categories-img {
height: 70vh;
width: auto;
}
}

.c-categories-title {
font-family: 'Noto Serif Display', serif;
font-size: 3vh;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.c-categories-bg {
background-color: #f4f4f4;
    top: 10vh;
    height: 80vh;
    z-index: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

.c-white-logo {
height: 80vh;
width: auto;
position: absolute;
    right: -30vh;
    opacity: 70;
}

/*END OF CATEGORIES STYLES*/.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    top: 300px;
    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: 300px;
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;
}