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

.boxnow-map-widget-button {
        background: #44d52e;
        color: white;
        padding: 10px;
        display: inline-block;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
}

.am_1677 {
padding-bottom: 100px;
}


.c-newsletter-title {
text-align: center;
font-size: 3em;
font-family: 'Great Vibes', cursive;
line-height: 1.2em; 
margin-bottom: 10px;
color: #515151;
padding-top: 30px;
letter-spacing: 3px;
}

#belowsite div.htmlbox ul {
list-style: none;
    list-style-type: circle;
    list-style-position: outside;
    margin: 0;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 12px;
    padding-left: 20px;
    line-height: 1.8em;
}


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

.items .detail .price .pricenovat .value {
        font-size: 2em;
        color: #e2a741;
        font-weight: 300;
}
.items .detail .price .startprice .value {
        color: #666;
}
.items .detail .price .label {
        display: none;
}
.horizontalitems .price .pricenovat .label {
        display: none;
}
.horizontalitems .price .startprice .label {
        display: none;
}

/*end of price view*/




#abovetopbanner .filter input,
#abovetopbanner .filter,
#abovetopbanner .itemsgroup,
.c-texttop {
font-weight: 300;
font-size: 0.9em;
}

.c-titlos2 {
font-size: 1.4em;
padding-top: 20px;
}




/*pop up window*/

#modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.c-modal-text {
color: #000;
}
.modalconent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 400px;
    padding: 20px;
border-radius: 10px;
}

@media (max-width: 768px) {
.modalconent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 250px;
    padding: 20px;
border-radius: 10px;
}
}

.c-button {
font-size: 0.9em;
background-color: #e78ebc;
color: #fff;
height: 40px;
padding: 10px;
border-radius: 10px;
width: 100px;
border: #e78ebc;
}
/*end of pop up window*/


.itemsgroup.hidden-xs.hidden-sm a.showgroup {
position: absolute;
right: 20px;
top: 51px;
}

#topbanner div.filter {
position: relative;
top: 8px;
right: 80px;
}

@media screen and (min-width: 992px){
  #abovetopbanner div.filter_iconsearch {
       display: none;
}
}

.c-social-icons {
border: 1px solid #e2a741;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding-top: 8px;
    padding-left: 7px;
}

.c-social-icons:hover {
border: 1px solid #fff;
background-color: #fff;
transition: 1s;
}

.c-call-slider-text {
color: #fff;
    font-size: 2.6em;
    text-align: center;
    line-height: 1em;
    margin-top: -25px;
}

.c-call-slider-text a{
color: #fff !important;
text-decoration: none;
}


@media (max-width: 768px) {
.c-call-slider-text {
color: #fff;
    font-size: 1.6em;
    text-align: center;
    line-height: 1em;
    margin-top: -15px;
}
}



/*HOLIDAYS*/

.c-holidays {
text-align: center;
padding: 3vw;
}

/*END OF HOLIDAYS*/.slider {
  margin: 0 auto;
  max-width: 940px;
}

.slide_viewer {
    height: 27vw;
    overflow: hidden;
    max-height: 460px;
    position: relative;
}


@media (max-width: 990px) {
.slide_viewer {
    height: 41vw;
    overflow: hidden;
    max-height: 700px;
    position: relative;
}
}

@media (max-width: 568px) {
.slide_viewer {
    height: 68vw;
    overflow: hidden;
    max-height: 700px;
    position: relative;
}
}

.slide_viewer-big {
    height: 40vw;
    overflow: hidden;
    max-height: 700px;
    position: relative;
}

@media (max-width: 990px) {
.slide_viewer-big {
    height: 70vw;
    overflow: hidden;
    max-height: 700px;
    position: relative;
}
}

@media (max-width: 568px) {
.slide_viewer-big {
    height: 100vw;
    overflow: hidden;
    max-height: 700px;
    position: relative;
}
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;

}

/*call-slider*/
.call-slider {
  margin: 0 auto;
  max-width: 940px;
}

.call-slide_viewer {
    height: 100px;
    overflow: hidden;
    position: relative;
}


.call-slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.call-slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}.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-color: #000;
min-height: 600px;
position: relative;
}


@media (max-width: 1000px) {
.c-offers-bg {
background-color: #000;
min-height: 450px;
position: relative;
}
}



.c-offers-img {
position: absolute;
top: 0;
right: 0;
z-index: 0;
}

@media (max-width: 1000px) {
.c-offers-img {
position: absolute;
top: 0;
right: -300px;
z-index: 0;
}
}

.c-offers-border {
margin: 30px;
border: 1px solid #634b0c;
width: 96%;
height: 89%;
z-index: 1;
position: absolute;
}


@media (max-width: 1000px) {
.c-offers-border {
margin: 30px;
border: 1px solid #634b0c;
width: 85%;
height: 89%;
z-index: 1;
position: absolute;
}
}

.c-offers-text-position {
position: absolute;
top: 30%;
left: 25%;
 transform: translate(-50%, 0%);
}


@media (max-width: 1000px) {
.c-offers-text-position {
position: relative;
top: 20%;
left: 50%;
 transform: translate(-50%, 0%);
}
}

.c-offers-title1 {
text-align: center;
color: #b57a13;
font-size: 5em;
font-family: 'Great Vibes', cursive;
margin-bottom: 5px;
letter-spacing: 2px;
}


@media (max-width: 1000px) {
.c-offers-title1 {
text-align: center;
color: #b57a13;
font-size: 3em;
font-family: 'Great Vibes', cursive;
margin-bottom: 5px;
letter-spacing: 2px;
}
}

.c-offers-title2 {
text-align: center;
color: #8e8e8e;
letter-spacing: 5px;

}

.c-offers-button {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    padding: 14px 8px;
    color: white;
    width: 200px;
    margin: auto;
    background-color: #b57a13;
border: 1px solid #b57a13;
    transition: 1s;
}

.c-offers-button:hover {
color: #8e8e8e;
background-color: #000;
border: 1px solid #b57a13;
}/* 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-apostasi {
padding: 40px;
}

@media (max-width: 768px) {
.c-apostasi {
padding: 20px;
}
}

.c-banners-text-apostasi {
padding: 20px;
}

.c-banners-title {
font-size: 2em;
margin-bottom: 5px;
}

.c-banners-title2 {
font-size: 2em;
margin-bottom: 5px;
text-align: right;
}

.c-banners-text{

}

.c-banners-text2{
text-align: right;
}

.c-banners-button {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    padding: 14px 8px;
    color: ccb06a;
    width: 200px;
    margin: auto;
    background-color: transparent;
    transition: 1s;
border: 1px solid #ccb06a;
}


.c-banners-button:hover {
background-color: #ccb06a;
color: white;
}.c-perfumes-container {
background-color: #fff; 
position: relative; 
min-height: 87vh;
}

.c-perfume-img-for-her {
position: absolute;
z-index: 1;
left: 25px;
top: 150px;
max-height: 33vw;
width: auto;
}

.c-perfume-img-for-him{
position: absolute;
z-index: 1;
top: 150px;
right: 40px;
max-height: 33vw;
width: auto;
}

.c-gold-box {
    width: 50vw;
    margin: 0 auto;
    position: absolute;
    top: 95px;
    left: 50%;
    transform: translate(-50%, -0%);
    border: 1px solid #ffba00;
    z-index: 0;
}


.c-grey-box {
position: relative;
background-color: #f1f1f1;
width: 100%;
height: 100%;
border: 20px solid #fff;
min-height: 39vw;
}


@media (max-width: 1000px) {
.c-grey-box {
position: relative;
background-color: #f1f1f1;
width: 100%;
height: 100%;
border: 20px solid #f1f1f1;
padding: 20px;
}

}

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


.c-perfumes-title {
font-size: 4em;
margin-bottom: 0px;
text-align: center;
line-height: 1em;
}

.c-perfumes-subtitle {
font-size: 1.4em;
margin-bottom: 5px;
text-align: center;
letter-spacing: 6px;
}

.c-perfumes-text{
text-align: center;
padding: 10px;
}

.c-perfumes-button {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    padding: 14px 8px;
    color: ccb06a;
    width: 200px;
    margin: auto;
    background-color: transparent;
    transition: 1s;
border: 1px solid #ccb06a;
}


.c-perfumes-button:hover {
background-color: #ccb06a;
color: white;
}

.c-buttons-in-row {
display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
}#mobile-header {
box-shadow: 0 1px 2px rgba(0,0,0,0);
}